Fix warnings from static analysis tools(hal_nfc-1/2)

1. MISSING_BREAK
   a. phDnldNfc_Internal.cc
   added explicit fallthrough
2. SIZEOF_MISMATCH
   a. phNxpNciHal.cc:phNxpNciHal_MinOpen()
   corrected param for maximum length of string
3. OVERLAPPING_COPY
   a. NxpMfcReader::BuildAuthCmd()
   replaced memcpy with memmove
4. OVERFLOW_BEFORE_WIDEN
   a. NfccPowerTracker::ProcessPowerTrackNtf()
   integer expression bumper to larger size(uint64_t)

Bug: 142626701
Test: Nfc-On/Off, Tag read, HCE, CE-eSE
Change-Id: I2547442e5a06ed03985996fadd8cb0a0c546ece0
4 files changed
tree: 95ebdcf93656289bfe2fe9f7e540e4999b11ebb9
  1. 1.1/
  2. 1.2/
  3. extns/
  4. halimpl/
  5. Android.bp
  6. OWNERS