OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndefType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp
898
jint
ndefType
= NDEF_UNKNOWN_TYPE;
902
ndefType
= NDEF_TYPE1_TAG;
905
ndefType
= NDEF_TYPE2_TAG;;
908
ndefType
= NDEF_TYPE3_TAG;
914
ndefType
= NDEF_TYPE4_TAG;
918
ndefType
= NDEF_TYPE2_TAG;
920
ndefType
= NDEF_MIFARE_CLASSIC_TAG;
924
ndefType
= NDEF_ICODE_SLI_TAG;
927
ndefType
= NDEF_UNKNOWN_TYPE;
930
return
ndefType
;
[
all
...]
/packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp
946
jint
ndefType
= NDEF_UNKNOWN_TYPE;
952
ndefType
= NDEF_TYPE1_TAG;
955
ndefType
= NDEF_TYPE2_TAG;;
958
ndefType
= NDEF_TYPE3_TAG;
961
ndefType
= NDEF_TYPE4_TAG;
964
ndefType
= NDEF_UNKNOWN_TYPE;
967
ndefType
= NDEF_UNKNOWN_TYPE;
970
ndefType
= NDEF_UNKNOWN_TYPE;
973
ALOGD ("%s: exit; ndef type=%d", __FUNCTION__,
ndefType
);
974
return
ndefType
;
[
all
...]
Completed in 92 milliseconds