Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c420 uint8_t *pImgPtr = NULL; in phDnldNfc_Write() local
440 pImgPtr = pData->pBuff; in phDnldNfc_Write()
448 pImgPtr = (uint8_t *)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()
468 pImgPtr = (uint8_t *)gpphDnldContext->nxp_nfc_fwp; in phDnldNfc_Write()
474 pImgPtr = NULL; in phDnldNfc_Write()
480 if((NULL != pImgPtr) && (0 != wLen)) in phDnldNfc_Write()
482 tImgBuff.pBuff = pImgPtr; in phDnldNfc_Write()
489 (gpphDnldContext->tUserData.pBuff) = pImgPtr; in phDnldNfc_Write()