Searched refs:psTrcvCtxtInfo (Results 1 – 4 of 4) sorted by relevance
99 if(NULL == Hal4Ctxt->psTrcvCtxtInfo) in phHal4Nfc_Send()108 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = pSendCallback; in phHal4Nfc_Send()111 if (NULL == Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData) in phHal4Nfc_Send()113 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData = (phNfc_sData_t *) in phHal4Nfc_Send()115 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData) in phHal4Nfc_Send()117 (void)memset(Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData, 0, in phHal4Nfc_Send()119 Hal4Ctxt->psTrcvCtxtInfo->TransactionTimerId in phHal4Nfc_Send()124 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->buffer in phHal4Nfc_Send()126 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->length in phHal4Nfc_Send()132 Hal4Ctxt->psTrcvCtxtInfo-> in phHal4Nfc_Send()[all …]
257 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type in phHal4Nfc_Iso_3A_Transceive()321 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type = in phHal4Nfc_Iso_3A_Transceive()324 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.addr = in phHal4Nfc_Iso_3A_Transceive()340 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type in phHal4Nfc_Iso_3A_Transceive()365 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type in phHal4Nfc_MifareTransceive()377 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type = in phHal4Nfc_MifareTransceive()380 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.addr = in phHal4Nfc_MifareTransceive()397 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.params.tag_info.cmd_type in phHal4Nfc_MifareTransceive()465 if(NULL == Hal4Ctxt->psTrcvCtxtInfo) in phHal4Nfc_Transceive()467 Hal4Ctxt->psTrcvCtxtInfo= (pphHal4Nfc_TrcvCtxtInfo_t) in phHal4Nfc_Transceive()[all …]
208 if(NULL != Hal4Ctxt->psTrcvCtxtInfo) in phHal4Nfc_CloseComplete()210 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer) in phHal4Nfc_CloseComplete()213 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer in phHal4Nfc_CloseComplete()217 && (NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData)) in phHal4Nfc_CloseComplete()219 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData); in phHal4Nfc_CloseComplete()221 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo); in phHal4Nfc_CloseComplete()777 if(NULL != Hal4Ctxt->psTrcvCtxtInfo) in phHal4Nfc_Hal4Reset()779 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer) in phHal4Nfc_Hal4Reset()781 phOsalNfc_FreeMemory(Hal4Ctxt->psTrcvCtxtInfo in phHal4Nfc_Hal4Reset()785 && (NULL != Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData)) in phHal4Nfc_Hal4Reset()[all …]
220 pphHal4Nfc_TrcvCtxtInfo_t psTrcvCtxtInfo; member