Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.h108 extern NFCSTATUS phDnldNfc_LoadRecoveryFW (const char* pathName, uint8_t **pImgInfo, uint16_t* pImg…
DphDnldNfc.c877 wStatus = phDnldNfc_LoadRecoveryFW (FW_LIB_PATH, &pImageInfo, &ImageInfoLen); in phDnldNfc_InitImgInfo()
952 wStatus = phDnldNfc_LoadRecoveryFW (PLATFORM_LIB_PATH, &pImageInfo, &ImageInfoLen); in phDnldNfc_LoadRecInfo()
1013 wStatus = phDnldNfc_LoadRecoveryFW (PKU_LIB_PATH, &pImageInfo, &ImageInfoLen); in phDnldNfc_LoadPKInfo()
1167 NFCSTATUS phDnldNfc_LoadRecoveryFW (const char* pathName, uint8_t **pImgInfo, uint16_t* pImgInfoLen) in phDnldNfc_LoadRecoveryFW() function