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 185 ((NULL == gpphLibContext->psBufferedAuth)
186 ||(phHal_eMifareAuthentA == gpphLibContext->psBufferedAuth->cmd.MfCmd))
189 if(NULL != gpphLibContext->psBufferedAuth)
191 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
194 gpphLibContext->psBufferedAuth->sRecvData.buffer);
196 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
199 gpphLibContext->psBufferedAuth->sSendData.buffer);
201 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
203 gpphLibContext->psBufferedAuth
206 gpphLibContext->psBufferedAuth->addr =
    [all...]
phLibNfc_initiator.c     [all...]
phLibNfc.c 456 if(NULL != gpphLibContext->psBufferedAuth)
458 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
461 gpphLibContext->psBufferedAuth->sRecvData.buffer);
463 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
466 gpphLibContext->psBufferedAuth->sSendData.buffer);
468 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
469 gpphLibContext->psBufferedAuth = NULL;
553 if(NULL != gpphLibContext->psBufferedAuth)
555 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
558 gpphLibContext->psBufferedAuth->sRecvData.buffer)
    [all...]
phLibNfc_Internal.h 240 phLibNfc_sTransceiveInfo_t *psBufferedAuth;
phLibNfc_discovery.c 267 gpphLibContext->psBufferedAuth,

Completed in 86 milliseconds