HomeSort by relevance Sort by last modified time
    Searched defs:technologies (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 260 jint* technologies = e->GetIntArrayElements(techTypes, 0); local
261 if (technologies != NULL) {
262 connectedTech = technologies[connectedTechIndex];
263 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
411 int technologies[MAX_NUM_TECHNOLOGIES]; local
428 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
434 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
441 index = addTechIfNeeded(technologies, handles, libnfctypes,
449 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
com_android_nfc_NativeNfcTag.cpp 553 // those. Currently those are the Jewel and Iso15693 technologies.
716 jint* technologies = NULL; local
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 63 // could stay present. Usually all technologies are on the
393 // No key needed for other technologies
520 // This method exists to "patch in" the ndef technologies,
737 // Try to find NDEF on any of the technologies.
738 int[] technologies = getTechList(); local
746 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
754 status = connectWithStatus(technologies[techIndex]);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 61 // could stay present. Usually all technologies are on the
381 // No key needed for other technologies
516 // This method exists to "patch in" the ndef technologies,
727 // Try to find NDEF on any of the technologies.
728 int[] technologies = getTechList(); local
736 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
744 status = connectWithStatus(technologies[techIndex]);

Completed in 694 milliseconds