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

  /packages/apps/Nfc/jni/
com_android_nfc.cpp 291 jint* technologies = e->GetIntArrayElements(techTypes, 0); local
292 if (technologies != NULL) {
293 connectedTech = technologies[connectedTechIndex];
294 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
460 int technologies[MAX_NUM_TECHNOLOGIES]; local
477 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
483 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
485 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
490 index = addTechIfNeeded(technologies, handles, libnfctypes,
498 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 60 // could stay present. Usually all technologies are on the
364 // No key needed for other technologies
499 // This method exists to "patch in" the ndef technologies,
710 // Try to find NDEF on any of the technologies.
711 int[] technologies = getTechList(); local
719 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
727 status = connectWithStatus(technologies[techIndex]);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 91 milliseconds