Home
last modified time | relevance | path

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

/system/nfc/halimpl/pn54x/dnld/
DphDnldNfc.h106 pphDnldNfc_Buff_t pCRCData,
DphDnldNfc.c240 NFCSTATUS phDnldNfc_CheckIntegrity(uint8_t bChipVer, pphDnldNfc_Buff_t pCRCData, in phDnldNfc_CheckIntegrity() argument
268 if ((NULL != pCRCData->pBuff) && (0 != pCRCData->wLen)) { in phDnldNfc_CheckIntegrity()
269 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
270 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()