Home
last modified time | relevance | path

Searched refs:pImgInfo (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);
132 extern NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen);
133 extern NFCSTATUS phDnldNfc_LoadRecoveryFW(uint8_t** pImgInfo,
DphDnldNfc.cc961 NFCSTATUS phDnldNfc_LoadFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadFW() argument
991 (*pImgInfo) = (*(uint8_t**)pImageInfo); in phDnldNfc_LoadFW()
1016 NFCSTATUS phDnldNfc_LoadBinFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadBinFW() argument
1078 *pImgInfo = (uint8_t*)pFwHandle; in phDnldNfc_LoadBinFW()
1100 NFCSTATUS phDnldNfc_LoadRecoveryFW(uint8_t** pImgInfo, uint16_t* pImgInfoLen) { in phDnldNfc_LoadRecoveryFW() argument
1130 (*pImgInfo) = (*(uint8_t**)pImageInfo); in phDnldNfc_LoadRecoveryFW()