Home
last modified time | relevance | path

Searched refs:sNfcIp_Context (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_target.c108 ||(NULL!=gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb) in phLibNfc_RemoteDev_Receive()
115 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice) in phLibNfc_RemoteDev_Receive()
131 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb = NULL; in phLibNfc_RemoteDev_Receive()
149 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb= pReceiveRspCb; in phLibNfc_RemoteDev_Receive()
150 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = pContext; in phLibNfc_RemoteDev_Receive()
182 pClientCb = gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb; in phLibNfc_RemoteDev_Receive_Cb()
183 pUpperLayerContext = gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx; in phLibNfc_RemoteDev_Receive_Cb()
185 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb = NULL; in phLibNfc_RemoteDev_Receive_Cb()
186 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = NULL; in phLibNfc_RemoteDev_Receive_Cb()
262 ||(NULL!=gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb) in phLibNfc_RemoteDev_Send()
[all …]
DphLibNfc.c545 (void) memset(&(gpphLibContext->sNfcIp_Context),0, in phLibNfc_Mgt_Reset()
665 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb = NULL; in phLibNfc_Mgt_Reset()
666 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCntx = NULL; in phLibNfc_Mgt_Reset()
667 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb = NULL; in phLibNfc_Mgt_Reset()
668 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = NULL; in phLibNfc_Mgt_Reset()
669 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCb = NULL; in phLibNfc_Mgt_Reset()
670 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx = NULL; in phLibNfc_Mgt_Reset()
DphLibNfc_initiator.c303 gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle= in phLibNfc_NotificationRegister_Resp_Cb()
1280 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb= NULL; in phLibNfc_Mgt_SetP2P_ConfigParams()
1286 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb = pConfigRspCb; in phLibNfc_Mgt_SetP2P_ConfigParams()
1287 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCntx = pContext; in phLibNfc_Mgt_SetP2P_ConfigParams()
1335 pClientCb = gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb; in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()
1336 pUpperLayerContext = gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCntx; in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()
1338 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb = NULL; in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()
1339 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCntx = NULL; in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()
DphLibNfc_Internal.h217 phLibNfc_NfcIpInfo_t sNfcIp_Context; member