Home
last modified time | relevance | path

Searched refs:pImgInfoLen (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.h131 extern NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen);
132 extern NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen);
134 uint16_t* pImgInfoLen);
DphDnldNfc.cc961 NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadFW() argument
999 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadFW()
1016 NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadBinFW() argument
1079 *pImgInfoLen = (uint16_t)(bytesRead & 0xFFFF); in phDnldNfc_LoadBinFW()
1100 NFCSTATUS phDnldNfc_LoadRecoveryFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadRecoveryFW() argument
1137 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadRecoveryFW()