Searched refs:technologies (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.cpp291 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, handle
[all...]
H A Dcom_android_nfc_NativeNfcTag.cpp563 // those. Currently those are the Jewel and Iso15693 technologies.
728 jint* technologies = NULL; local
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java60 // could stay present. Usually all technologies are on the
380 // No key needed for other technologies
507 // This method exists to "patch in" the ndef technologies,
718 // Try to find NDEF on any of the technologies.
719 int[] technologies = getTechList();
727 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
735 status = connectWithStatus(technologies[techIndex]);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java60 // 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();
723 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
731 status = connectWithStatus(technologies[techIndex]);
/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp263 ** Description: Discover the technologies that NFC service needs by interpreting
375 ** Description: Discover the technologies that NFC service needs by interpreting
578 jint* technologies = e->GetIntArrayElements (techList, NULL); local
585 technologies [i] = mTechList [i];
589 e->ReleaseIntArrayElements (techList, technologies, 0);

Completed in 125 milliseconds