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

  /packages/apps/Nfc/jni/
com_android_nfc.cpp 290 jint* technologies = e->GetIntArrayElements(techTypes, 0); local
291 if (technologies != NULL) {
292 connectedTech = technologies[connectedTechIndex];
293 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
459 int technologies[MAX_NUM_TECHNOLOGIES]; local
476 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
482 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
484 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
489 index = addTechIfNeeded(technologies, handles, libnfctypes,
497 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
com_android_nfc_NativeNfcTag.cpp 563 // those. Currently those are the Jewel and Iso15693 technologies.
728 jint* technologies = NULL; local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 59 // could stay present. Usually all technologies are on the
492 // This method exists to "patch in" the ndef technologies,
703 // Try to find NDEF on any of the technologies.
704 int[] technologies = getTechList(); local
712 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
720 status = connectWithStatus(technologies[techIndex]);

Completed in 72 milliseconds