Home
last modified time | relevance | path

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

/system/nfc/halimpl/pn54x/dnld/
DphDnldNfc.c379 uint8_t* pImgPtr = NULL; in phDnldNfc_Write() local
392 pImgPtr = pData->pBuff; in phDnldNfc_Write()
396 pImgPtr = (uint8_t*)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()
409 pImgPtr = (uint8_t*)gpphDnldContext->nxp_nfc_fwp; in phDnldNfc_Write()
413 pImgPtr = NULL; in phDnldNfc_Write()
419 if ((NULL != pImgPtr) && (0 != wLen)) { in phDnldNfc_Write()
420 tImgBuff.pBuff = pImgPtr; in phDnldNfc_Write()
427 (gpphDnldContext->tUserData.pBuff) = pImgPtr; in phDnldNfc_Write()