OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSeCallabackInfo
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_SE.c
117
pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerNtfCb = pSE_NotificationCb;
118
pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerCtxt=pContext;
199
(*pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerNtfCb)(
200
pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerCtxt,
217
(*pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerNtfCb)(
218
pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerCtxt,
232
(*pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerNtfCb)(
233
pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerCtxt,
243
(*pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerNtfCb)(
244
pLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerCtxt
[
all
...]
phLibNfc_SE.h
86
phLibNfc_SECallbackInfo_t
sSeCallabackInfo
;
phLibNfc.c
671
gpphLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerNtfCb = NULL;
672
gpphLibContext->sSeContext.
sSeCallabackInfo
.pSeListenerCtxt = NULL;
673
gpphLibContext->sSeContext.
sSeCallabackInfo
.pSEsetModeCb = NULL;
674
gpphLibContext->sSeContext.
sSeCallabackInfo
.pSEsetModeCtxt = NULL;
[
all
...]
Completed in 39 milliseconds