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

  /external/libnfc-nxp/src/
phLibNfc_target.c 140 (phHal4Nfc_TransactInfo_t*)gpphLibContext->psTransInfo,
295 if(gpphLibContext->psTransInfo!=NULL)
297 (void)memset(gpphLibContext->psTransInfo,
301 gpphLibContext->psTransInfo->addr =UNKNOWN_BLOCK_ADDRESS;
303 gpphLibContext->psTransInfo->sSendData.buffer =
306 gpphLibContext->psTransInfo->sSendData.length =
317 gpphLibContext->psTransInfo->sSendData,
phLibNfc_initiator.c     [all...]
phLibNfc_Internal.h 239 phLibNfc_sTransceiveInfo_t *psTransInfo;
phLibNfc.c 570 if(NULL != gpphLibContext->psTransInfo)
572 phOsalNfc_FreeMemory(gpphLibContext->psTransInfo);
573 gpphLibContext->psTransInfo = NULL;
588 gpphLibContext->psTransInfo = NULL;
    [all...]
phLibNfc_ndef_raw.c 627 if(gpphLibContext->psTransInfo==NULL)
630 gpphLibContext->psTransInfo = (phLibNfc_sTransceiveInfo_t *)
633 if(gpphLibContext->psTransInfo==NULL)
736 if(gpphLibContext->psTransInfo!=NULL)
738 phOsalNfc_FreeMemory(gpphLibContext->psTransInfo);
739 gpphLibContext->psTransInfo= NULL;
    [all...]

Completed in 156 milliseconds