Searched refs:psBufferedAuth (Results 1 – 5 of 5) sorted by relevance
185 ((NULL == gpphLibContext->psBufferedAuth) in phLibNfc_Ndef_Read()186 ||(phHal_eMifareAuthentA == gpphLibContext->psBufferedAuth->cmd.MfCmd)) in phLibNfc_Ndef_Read()189 if(NULL != gpphLibContext->psBufferedAuth) in phLibNfc_Ndef_Read()191 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer) in phLibNfc_Ndef_Read()194 gpphLibContext->psBufferedAuth->sRecvData.buffer); in phLibNfc_Ndef_Read()196 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer) in phLibNfc_Ndef_Read()199 gpphLibContext->psBufferedAuth->sSendData.buffer); in phLibNfc_Ndef_Read()201 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth); in phLibNfc_Ndef_Read()203 gpphLibContext->psBufferedAuth in phLibNfc_Ndef_Read()206 gpphLibContext->psBufferedAuth->addr = in phLibNfc_Ndef_Read()[all …]
916 if(NULL != gpphLibContext->psBufferedAuth) in phLibNfc_RemoteDev_Disconnect_cb()918 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer) in phLibNfc_RemoteDev_Disconnect_cb()921 gpphLibContext->psBufferedAuth->sRecvData.buffer); in phLibNfc_RemoteDev_Disconnect_cb()923 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer) in phLibNfc_RemoteDev_Disconnect_cb()926 gpphLibContext->psBufferedAuth->sSendData.buffer); in phLibNfc_RemoteDev_Disconnect_cb()928 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth); in phLibNfc_RemoteDev_Disconnect_cb()929 gpphLibContext->psBufferedAuth = NULL; in phLibNfc_RemoteDev_Disconnect_cb()1048 if(NULL != gpphLibContext->psBufferedAuth) in phLibNfc_RemoteDev_Transceive()1050 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer) in phLibNfc_RemoteDev_Transceive()1053 gpphLibContext->psBufferedAuth->sRecvData.buffer); in phLibNfc_RemoteDev_Transceive()[all …]
456 if(NULL != gpphLibContext->psBufferedAuth) in phLibNfc_ShutdownCb()458 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer) in phLibNfc_ShutdownCb()461 gpphLibContext->psBufferedAuth->sRecvData.buffer); in phLibNfc_ShutdownCb()463 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer) in phLibNfc_ShutdownCb()466 gpphLibContext->psBufferedAuth->sSendData.buffer); in phLibNfc_ShutdownCb()468 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth); in phLibNfc_ShutdownCb()469 gpphLibContext->psBufferedAuth = NULL; in phLibNfc_ShutdownCb()553 if(NULL != gpphLibContext->psBufferedAuth) in phLibNfc_Mgt_Reset()555 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer) in phLibNfc_Mgt_Reset()558 gpphLibContext->psBufferedAuth->sRecvData.buffer); in phLibNfc_Mgt_Reset()[all …]
240 phLibNfc_sTransceiveInfo_t *psBufferedAuth; member
274 gpphLibContext->psBufferedAuth, in phLibNfc_RemoteDev_CheckPresence()