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 99 if(NULL == Hal4Ctxt->psTrcvCtxtInfo)
108 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = pSendCallback;
111 if (NULL == Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData)
113 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData = (phNfc_sData_t *)
115 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData)
117 (void)memset(Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData, 0,
119 Hal4Ctxt->psTrcvCtxtInfo->TransactionTimerId
124 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->buffer
126 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->length
132 Hal4Ctxt->psTrcvCtxtInfo-
    [all...]
phHal4Nfc_Reader.c 257 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
321 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type =
324 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.addr =
340 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
365 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
377 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type =
380 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.addr =
397 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type
465 if(NULL == Hal4Ctxt->psTrcvCtxtInfo)
467 Hal4Ctxt->psTrcvCtxtInfo= (pphHal4Nfc_TrcvCtxtInfo_t
    [all...]
phHal4Nfc.c 208 if(NULL != Hal4Ctxt->psTrcvCtxtInfo)
210 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
213 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
217 && (NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData))
219 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData);
221 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo);
222 }/*if(NULL != Hal4Ctxt->psTrcvCtxtInfo)*/
777 if(NULL != Hal4Ctxt->psTrcvCtxtInfo)
779 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
781 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo
    [all...]
phHal4Nfc_Internal.h 220 pphHal4Nfc_TrcvCtxtInfo_t psTrcvCtxtInfo;

Completed in 48 milliseconds