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))
495 if(pLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)
497 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeVirtual;
516 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeVirtualVolatile;
530 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeVirtualVolatile;
580 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeWired;
627 if(pLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)
629 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeOff;
647 pLibContext->sSeContext.hSetemp=hSE_Handle;
649 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb = pSE_SetMode_Rsp_cb;
650 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt=pContext;
691 hSeHandle = pLibContext->sSeContext.hSetemp;
698 pLibContext->sSeContext.uUiccActivate = TRUE;
704 pLibContext->sSeContext.uUiccActivate = FALSE;
709 TempState = pLibContext->sSeContext.uUiccActivate;
716 pLibContext->sSeContext.uSmxActivate = TRUE;
723 pLibContext->sSeContext.uSmxActivate = FALSE;
728 TempState = pLibContext->sSeContext.uSmxActivate;
742 pUpperLayerCb = pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb;
743 pUpperContext = pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt;
744 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb = NULL;
745 pLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt = NULL;