Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.h131 extern NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen);
DphDnldNfc.cc757 wStatus = phDnldNfc_LoadFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_InitImgInfo()
833 wStatus = phDnldNfc_LoadFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_LoadRecInfo()
889 wStatus = phDnldNfc_LoadFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_LoadPKInfo()
961 NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadFW() function