OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sNfcIp_Context
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_target.c
108
||(NULL!=gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb)
115
else if(gpphLibContext->
sNfcIp_Context
.Rem_Initiator_Handle != hRemoteDevice)
131
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb = NULL;
149
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb= pReceiveRspCb;
150
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCntx = pContext;
182
pClientCb = gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb;
183
pUpperLayerContext = gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCntx;
185
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb = NULL;
186
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCntx = NULL;
262
||(NULL!=gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb
[
all
...]
phLibNfc_initiator.c
303
gpphLibContext->
sNfcIp_Context
.Rem_Initiator_Handle=
[
all
...]
phLibNfc.c
545
(void) memset(&(gpphLibContext->
sNfcIp_Context
),0,
665
gpphLibContext->
sNfcIp_Context
.pClientNfcIpCfgCb = NULL;
666
gpphLibContext->
sNfcIp_Context
.pClientNfcIpCfgCntx = NULL;
667
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCb = NULL;
668
gpphLibContext->
sNfcIp_Context
.pClientNfcIpRxCntx = NULL;
669
gpphLibContext->
sNfcIp_Context
.pClientNfcIpTxCb = NULL;
670
gpphLibContext->
sNfcIp_Context
.pClientNfcIpTxCntx = NULL;
[
all
...]
phLibNfc_Internal.h
217
phLibNfc_NfcIpInfo_t
sNfcIp_Context
;
Completed in 598 milliseconds