HomeSort by relevance Sort by last modified time
    Searched refs:sSeContext (Results 1 - 4 of 4) 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.c 137 if (gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired)
272 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeOff;
276 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeDefault;
278 pLibContext->sSeContext.uUiccActivate=TRUE;
283 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeDefault;
285 pLibContext->sSeContext.uSmxActivate =FALSE;
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...]
phLibNfc_Internal.h 211 phLibNfc_SeCtxt_t sSeContext;
phLibNfc_initiator.c 831 ||((gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired)&&
833 ||((gpphLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)&&
    [all...]

Completed in 43 milliseconds