Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/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);
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.h148 uint32_t* pImgInfoLen);
151 uint32_t* pImgInfoLen);
152 extern NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint32_t* pImgInfoLen);
DphDnldNfc.cc984 uint32_t* pImgInfoLen) { in phDnldNfc_LoadFW() argument
1025 (*pImgInfoLen) = (uint32_t)(*((uint32_t*)pImageInfoLen)); in phDnldNfc_LoadFW()
1041 NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint32_t* pImgInfoLen) { in phDnldNfc_LoadBinFW() argument
1104 *pImgInfoLen = (uint32_t)(bytesRead & 0xFFFFFFFF); in phDnldNfc_LoadBinFW()
1127 uint32_t* pImgInfoLen) { in phDnldNfc_LoadRecoveryFW() argument
1167 (*pImgInfoLen) = (uint32_t)(*((uint32_t*)pImageInfoLen)); in phDnldNfc_LoadRecoveryFW()