Home
last modified time | relevance | path

Searched refs:sSeContext (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_SE.c117 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb = pSE_NotificationCb; in phLibNfc_SE_NtfRegister()
118 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt=pContext; in phLibNfc_SE_NtfRegister()
199 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)( in phLibNfc_SeNotification()
200 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt, in phLibNfc_SeNotification()
217 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)( in phLibNfc_SeNotification()
218 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt, in phLibNfc_SeNotification()
232 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)( in phLibNfc_SeNotification()
233 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt, in phLibNfc_SeNotification()
243 (*pLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb)( in phLibNfc_SeNotification()
244 pLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt, in phLibNfc_SeNotification()
[all …]
DphLibNfc.c137 if (gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired) in phLibNfc_Mgt_Recovery()
272 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeOff; in phLibNfc_InitCb()
276 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeDefault; in phLibNfc_InitCb()
278 pLibContext->sSeContext.uUiccActivate=TRUE; in phLibNfc_InitCb()
283 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeDefault; in phLibNfc_InitCb()
285 pLibContext->sSeContext.uSmxActivate =FALSE; in phLibNfc_InitCb()
671 gpphLibContext->sSeContext.sSeCallabackInfo.pSeListenerNtfCb = NULL; in phLibNfc_Mgt_Reset()
672 gpphLibContext->sSeContext.sSeCallabackInfo.pSeListenerCtxt = NULL; in phLibNfc_Mgt_Reset()
673 gpphLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCb = NULL; in phLibNfc_Mgt_Reset()
674 gpphLibContext->sSeContext.sSeCallabackInfo.pSEsetModeCtxt = NULL; in phLibNfc_Mgt_Reset()
DphLibNfc_Internal.h211 phLibNfc_SeCtxt_t sSeContext; member
DphLibNfc_initiator.c831 ||((gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired)&& in phLibNfc_RemoteDev_Disconnect()
833 ||((gpphLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)&& in phLibNfc_RemoteDev_Disconnect()
912 if(gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired) in phLibNfc_RemoteDev_Disconnect_cb()
914 gpphLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeDefault; in phLibNfc_RemoteDev_Disconnect_cb()