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 262 jint* technologies = e->GetIntArrayElements(techTypes, 0); local
263 if (technologies != NULL) {
264 connectedTech = technologies[connectedTechIndex];
265 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
413 int technologies[MAX_NUM_TECHNOLOGIES]; local
430 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
438 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
443 index = addTechIfNeeded(technologies, handles, libnfctypes,
451 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
com_android_nfc_NativeNfcTag.cpp 552 // those. Currently those are the Jewel and Iso15693 technologies.
715 jint* technologies = NULL; local
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 61 // could stay present. Usually all technologies are on the
381 // No key needed for other technologies
508 // This method exists to "patch in" the ndef technologies,
725 // Try to find NDEF on any of the technologies.
726 int[] technologies = getTechList(); local
734 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
742 status = connectWithStatus(technologies[techIndex]);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 60 // could stay present. Usually all technologies are on the
368 // No key needed for other technologies
503 // This method exists to "patch in" the ndef technologies,
714 // Try to find NDEF on any of the technologies.
715 int[] technologies = getTechList(); local
723 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
731 status = connectWithStatus(technologies[techIndex]);

Completed in 119 milliseconds