OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eSE_CurrentState
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_SE.c
397
pSE_List[LIBNFC_SE_UICC_INDEX].
eSE_CurrentState
=
398
sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].
eSE_CurrentState
;
404
pSE_List->
eSE_CurrentState
=
405
sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].
eSE_CurrentState
;
424
pSE_List[LIBNFC_SE_SMARTMX_INDEX].
eSE_CurrentState
=
425
sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].
eSE_CurrentState
;
702
sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].
eSE_CurrentState
= phLibNfc_SE_Active;
708
sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].
eSE_CurrentState
=
720
sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].
eSE_CurrentState
=
727
sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].
eSE_CurrentState
[
all
...]
phLibNfc.h
304
phLibNfc_SE_State_t
eSE_CurrentState
;/**< state of the secure element indicates activated or not*/
[
all
...]
phLibNfc.c
277
sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].
eSE_CurrentState
=phLibNfc_SE_Active;
284
sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].
eSE_CurrentState
=phLibNfc_SE_Inactive;
[
all
...]
Completed in 31 milliseconds