Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c426 uint8_t *pImgPtr = NULL; in phDnldNfc_Write() local
446 pImgPtr = pData->pBuff; in phDnldNfc_Write()
454 pImgPtr = (uint8_t *)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()
474 pImgPtr = (uint8_t *)gpphDnldContext->nxp_nfc_fwp; in phDnldNfc_Write()
480 pImgPtr = NULL; in phDnldNfc_Write()
486 if((NULL != pImgPtr) && (0 != wLen)) in phDnldNfc_Write()
488 tImgBuff.pBuff = pImgPtr; in phDnldNfc_Write()
495 (gpphDnldContext->tUserData.pBuff) = pImgPtr; in phDnldNfc_Write()