Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc372 uint8_t* pImgPtr = NULL; in phDnldNfc_Write() local
385 pImgPtr = pData->pBuff; in phDnldNfc_Write()
389 pImgPtr = (uint8_t*)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()
402 pImgPtr = (uint8_t*)gpphDnldContext->nxp_nfc_fwp; in phDnldNfc_Write()
406 pImgPtr = NULL; in phDnldNfc_Write()
412 if ((NULL != pImgPtr) && (0 != wLen)) { in phDnldNfc_Write()
413 tImgBuff.pBuff = pImgPtr; in phDnldNfc_Write()
420 (gpphDnldContext->tUserData.pBuff) = pImgPtr; in phDnldNfc_Write()