Home
last modified time | relevance | path

Searched refs:sSecuredElementInfo (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_SE.c58 phLibNfc_SE_List_t sSecuredElementInfo[PHLIBNFC_MAXNO_OF_SE]; variable
155 sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].eSE_Type = phLibNfc_SE_Type_SmartMX; in phLibNfc_SeNotification()
157 pSeInfo = &sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX]; in phLibNfc_SeNotification()
162 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_Type = phLibNfc_SE_Type_UICC; in phLibNfc_SeNotification()
163 pSeInfo = &sSecuredElementInfo[LIBNFC_SE_UICC_INDEX]; in phLibNfc_SeNotification()
385 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_Type = phLibNfc_SE_Type_UICC; in phLibNfc_SE_GetSecureElementList()
388 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].hSecureElement =(phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
394 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_Type; in phLibNfc_SE_GetSecureElementList()
398 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_CurrentState; in phLibNfc_SE_GetSecureElementList()
401 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_Type; in phLibNfc_SE_GetSecureElementList()
[all …]
DphLibNfc_SE.h90 extern phLibNfc_SE_List_t sSecuredElementInfo[PHLIBNFC_MAXNO_OF_SE];
DphLibNfc.c265 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_CurrentState=phLibNfc_SE_Active; in phLibNfc_InitCb()
272 sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].eSE_CurrentState=phLibNfc_SE_Inactive; in phLibNfc_InitCb()