Home | History | Annotate | Download | only in src

Lines Matching refs:sSeContext

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,
254 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)(
255 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt,
264 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)(
265 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt,
274 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)(
275 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt,
284 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)(
285 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt,
294 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)(
295 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt,
349 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb=NULL;
350 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt=NULL;
466 ||(NULL!=pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb))
473 phLibNfc_eSE_ActivationMode originalMode = pLibContext->sSeContext.eActivatedMode;
496 if(pLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)
498 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeVirtual;
517 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeVirtualVolatile;
531 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeVirtualVolatile;
581 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeWired;
628 if(pLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)
630 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeOff;
648 pLibContext->sSeContext.hSetemp=hSE_Handle;
650 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb = pSE_SetMode_Rsp_cb;
651 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt=pContext;
660 pLibContext->sSeContext.eActivatedMode = originalMode;
694 hSeHandle = pLibContext->sSeContext.hSetemp;
701 pLibContext->sSeContext.uUiccActivate = TRUE;
707 pLibContext->sSeContext.uUiccActivate = FALSE;
712 TempState = pLibContext->sSeContext.uUiccActivate;
719 pLibContext->sSeContext.uSmxActivate = TRUE;
726 pLibContext->sSeContext.uSmxActivate = FALSE;
731 TempState = pLibContext->sSeContext.uSmxActivate;
745 pUpperLayerCb = pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb;
746 pUpperContext = pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt;
747 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb = NULL;
748 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt = NULL;