Home
last modified time | relevance | path

Searched refs:pImgInfo (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 extern NFCSTATUS phDnldNfc_LoadRecoveryFW (const char* pathName, uint8_t **pImgInfo, uint16_t* pImg…
DphDnldNfc.c1091 NFCSTATUS phDnldNfc_LoadFW(const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen) in phDnldNfc_LoadFW() argument
1137 (*pImgInfo) = (*(uint8_t**)pImageInfo); in phDnldNfc_LoadFW()
1167 NFCSTATUS phDnldNfc_LoadRecoveryFW (const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen) in phDnldNfc_LoadRecoveryFW() argument
1206 (*pImgInfo) = (*(uint8_t**)pImageInfo); in phDnldNfc_LoadRecoveryFW()