Searched refs:pImgInfoLen (Results 1 – 2 of 2) sorted by relevance
106 extern NFCSTATUS phDnldNfc_LoadFW(const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen);108 …CSTATUS phDnldNfc_LoadRecoveryFW (const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen);
1091 NFCSTATUS phDnldNfc_LoadFW(const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen) in phDnldNfc_LoadFW() argument1146 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadFW()1167 NFCSTATUS phDnldNfc_LoadRecoveryFW (const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen) in phDnldNfc_LoadRecoveryFW() argument1214 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadRecoveryFW()