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
Merged-In: I2547442e5a06ed03985996fadd8cb0a0c546ece0
Change-Id: I2547442e5a06ed03985996fadd8cb0a0c546ece0
4 files changed
tree: 3572bf5c3505fdabe9831e95b1ba09af6fb34843
  1. 1.1/
  2. 1.2/
  3. extns/
  4. halimpl/
  5. Android.bp
  6. OWNERS