OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHLIBNFC_MAXNO_OF_SE
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_SE.h
90
extern phLibNfc_SE_List_t sSecuredElementInfo[
PHLIBNFC_MAXNO_OF_SE
];
phLibNfc.h
46
*\def
PHLIBNFC_MAXNO_OF_SE
50
#define
PHLIBNFC_MAXNO_OF_SE
(0x02)
[
all
...]
phLibNfc_SE.c
58
phLibNfc_SE_List_t sSecuredElementInfo[
PHLIBNFC_MAXNO_OF_SE
];
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp
184
phLibNfc_SE_List_t SE_List[
PHLIBNFC_MAXNO_OF_SE
];
185
uint8_t i, No_SE =
PHLIBNFC_MAXNO_OF_SE
, SmartMX_index=0, SmartMX_detected = 0;
480
phLibNfc_SE_List_t SE_List[
PHLIBNFC_MAXNO_OF_SE
];
481
uint8_t i, No_SE =
PHLIBNFC_MAXNO_OF_SE
, SmartMX_index=0, SmartMX_detected = 0;
com_android_nfc_NativeNfcManager.cpp
310
phLibNfc_SE_List_t SE_List[
PHLIBNFC_MAXNO_OF_SE
];
311
uint8_t i, No_SE =
PHLIBNFC_MAXNO_OF_SE
, SmartMX_index = 0, SmartMX_detected = 0;
[
all
...]
Completed in 41 milliseconds