Searched refs:pLibContext (Results 1 – 2 of 2) sorted by relevance
89 pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)gpphLibContext; in phLibNfc_SE_NtfRegister() local111 pLibContext->psHwReference, in phLibNfc_SE_NtfRegister()114 (void*)pLibContext); in phLibNfc_SE_NtfRegister()117 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb = pSE_NotificationCb; in phLibNfc_SE_NtfRegister()118 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt=pContext; in phLibNfc_SE_NtfRegister()136 pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)context; in phLibNfc_SeNotification() local141 if(pLibContext != gpphLibContext) in phLibNfc_SeNotification()199 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)( in phLibNfc_SeNotification()200 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt, in phLibNfc_SeNotification()217 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)( in phLibNfc_SeNotification()[all …]
258 pphLibNfc_LibContext_t pLibContext=NULL; in phLibNfc_InitCb() local264 pLibContext = (pphLibNfc_LibContext_t)pContext; in phLibNfc_InitCb()266 pClientCb =pLibContext->CBInfo.pClientInitCb; in phLibNfc_InitCb()267 pUpperLayerContext=pLibContext->CBInfo.pClientInitCntx; in phLibNfc_InitCb()271 pLibContext=(pphLibNfc_LibContext_t)gpphLibContext; in phLibNfc_InitCb()273 if(pLibContext->psHwReference->uicc_connected==TRUE) in phLibNfc_InitCb()278 pLibContext->sSeContext.uUiccActivate=TRUE; in phLibNfc_InitCb()280 if(pLibContext->psHwReference->smx_connected==TRUE) in phLibNfc_InitCb()285 pLibContext->sSeContext.uSmxActivate =FALSE; in phLibNfc_InitCb()288 phLibNfc_UpdateCurState(status,pLibContext); in phLibNfc_InitCb()[all …]