Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.h106 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);
DphDnldNfc.c1091 NFCSTATUS phDnldNfc_LoadFW(const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen) in phDnldNfc_LoadFW() argument
1146 (*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() argument
1214 (*pImgInfoLen) = (uint16_t)(*((uint16_t*)pImageInfoLen)); in phDnldNfc_LoadRecoveryFW()