Searched refs:psBufferedAuth (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.c183 ((NULL == gpphLibContext->psBufferedAuth)
184 ||(phHal_eMifareAuthentA == gpphLibContext->psBufferedAuth->cmd.MfCmd))
187 if(NULL != gpphLibContext->psBufferedAuth)
189 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
192 gpphLibContext->psBufferedAuth->sRecvData.buffer);
194 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
197 gpphLibContext->psBufferedAuth->sSendData.buffer);
199 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
201 gpphLibContext->psBufferedAuth
204 gpphLibContext->psBufferedAuth
[all...]
H A DphLibNfc_initiator.c903 if(NULL != gpphLibContext->psBufferedAuth)
905 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
908 gpphLibContext->psBufferedAuth->sRecvData.buffer);
910 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
913 gpphLibContext->psBufferedAuth->sSendData.buffer);
915 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
916 gpphLibContext->psBufferedAuth = NULL;
1035 if(NULL != gpphLibContext->psBufferedAuth)
1037 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
1040 gpphLibContext->psBufferedAuth
[all...]
H A DphLibNfc.c404 if(NULL != gpphLibContext->psBufferedAuth)
406 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
409 gpphLibContext->psBufferedAuth->sRecvData.buffer);
411 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
414 gpphLibContext->psBufferedAuth->sSendData.buffer);
416 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
417 gpphLibContext->psBufferedAuth = NULL;
501 if(NULL != gpphLibContext->psBufferedAuth)
503 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
506 gpphLibContext->psBufferedAuth
[all...]
H A DphLibNfc_Internal.h233 phLibNfc_sTransceiveInfo_t *psBufferedAuth; member in struct:phLibNfc_LibContext
H A DphLibNfc_discovery.c267 gpphLibContext->psBufferedAuth,

Completed in 52 milliseconds