OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:No_SE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp
185
uint8_t i,
No_SE
= PHLIBNFC_MAXNO_OF_SE, SmartMX_index=0, SmartMX_detected = 0;
274
ret = phLibNfc_SE_GetSecureElementList( SE_List, &
No_SE
);
277
TRACE("\n> Number of Secure Element(s) : %d\n",
No_SE
);
279
for (i = 0; i<
No_SE
; i++)
481
uint8_t i,
No_SE
= PHLIBNFC_MAXNO_OF_SE, SmartMX_index=0, SmartMX_detected = 0;
com_android_nfc_NativeNfcManager.cpp
311
uint8_t i,
No_SE
= PHLIBNFC_MAXNO_OF_SE, SmartMX_index = 0, SmartMX_detected = 0;
485
status = phLibNfc_SE_GetSecureElementList(SE_List, &
No_SE
);
493
ALOGD("\n> Number of Secure Element(s) : %d\n",
No_SE
);
495
for (i = 0; i <
No_SE
; i++)
[
all
...]
Completed in 190 milliseconds