HomeSort by relevance Sort by last modified time
    Searched refs:psTrcvCtxtInfo (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc_P2P.c 97 if(NULL == Hal4Ctxt->psTrcvCtxtInfo)
106 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = pSendCallback;
109 if (NULL == Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData)
111 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData = (phNfc_sData_t *)
113 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData)
115 (void)memset(Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData, 0,
117 Hal4Ctxt->psTrcvCtxtInfo->TransactionTimerId
122 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->buffer
124 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->length
129 Hal4Ctxt->psTrcvCtxtInfo-
    [all...]
phHal4Nfc_Reader.c 215 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
279 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type =
282 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.addr =
298 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
323 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
335 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type =
338 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.addr =
355 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
423 if(NULL == Hal4Ctxt->psTrcvCtxtInfo)
425 Hal4Ctxt->psTrcvCtxtInfo= (pphHal4Nfc_TrcvCtxtInfo_t
    [all...]
phHal4Nfc.c 198 if(NULL != Hal4Ctxt->psTrcvCtxtInfo)
200 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
203 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
207 && (NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData))
209 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData);
211 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo);
212 }/*if(NULL != Hal4Ctxt->psTrcvCtxtInfo)*/
717 if(NULL != Hal4Ctxt->psTrcvCtxtInfo)
719 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
721 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo
    [all...]
phHal4Nfc_Internal.h 216 pphHal4Nfc_TrcvCtxtInfo_t psTrcvCtxtInfo;

Completed in 43 milliseconds