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 235 phLibNfc_sTransceiveInfo_t *psTransInfo;
phLibNfc.c 558 if(NULL != gpphLibContext->psTransInfo)
560 phOsalNfc_FreeMemory(gpphLibContext->psTransInfo);
561 gpphLibContext->psTransInfo = NULL;
576 gpphLibContext->psTransInfo = NULL;
    [all...]
phLibNfc_ndef_raw.c 624 if(gpphLibContext->psTransInfo==NULL)
627 gpphLibContext->psTransInfo = (phLibNfc_sTransceiveInfo_t *)
630 if(gpphLibContext->psTransInfo==NULL)
733 if(gpphLibContext->psTransInfo!=NULL)
735 phOsalNfc_FreeMemory(gpphLibContext->psTransInfo);
736 gpphLibContext->psTransInfo= NULL;
    [all...]

Completed in 316 milliseconds