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

  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.c 183 ((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->addr =
    [all...]
phLibNfc_initiator.c     [all...]
phLibNfc.c 444 if(NULL != gpphLibContext->psBufferedAuth)
446 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
449 gpphLibContext->psBufferedAuth->sRecvData.buffer);
451 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
454 gpphLibContext->psBufferedAuth->sSendData.buffer);
456 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
457 gpphLibContext->psBufferedAuth = NULL;
541 if(NULL != gpphLibContext->psBufferedAuth)
543 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
546 gpphLibContext->psBufferedAuth->sRecvData.buffer)
    [all...]
phLibNfc_Internal.h 236 phLibNfc_sTransceiveInfo_t *psBufferedAuth;
phLibNfc_discovery.c 267 gpphLibContext->psBufferedAuth,

Completed in 1020 milliseconds