Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_SE.c162 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()
389 (LIBNFC_SE_UICC_INDEX + LIBNFC_SE_BASE_HANDLE); in phLibNfc_SE_GetSecureElementList()
393 pSE_List[LIBNFC_SE_UICC_INDEX].eSE_Type = in phLibNfc_SE_GetSecureElementList()
394 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_Type; in phLibNfc_SE_GetSecureElementList()
395 pSE_List[LIBNFC_SE_UICC_INDEX].hSecureElement = (phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
396 (LIBNFC_SE_UICC_INDEX + LIBNFC_SE_BASE_HANDLE); in phLibNfc_SE_GetSecureElementList()
397 pSE_List[LIBNFC_SE_UICC_INDEX].eSE_CurrentState = in phLibNfc_SE_GetSecureElementList()
[all …]
DphLibNfc_SE.h36 #define LIBNFC_SE_UICC_INDEX 1 macro
DphLibNfc.c277 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].eSE_CurrentState=phLibNfc_SE_Active; in phLibNfc_InitCb()