Searched refs:techList (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.cpp380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
384 if (techList[i] == techToAdd) {
390 techList[listSize] = techToAdd;
407 ScopedLocalRef<jintArray>* techList,
499 if (techList != NULL) {
500 techList->reset(e->NewIntArray(index));
501 e->SetIntArrayRegion(techList->get(), 0, index, technologies);
406 nfc_jni_get_technology_tree(JNIEnv* e, phLibNfc_RemoteDevList_t* devList, uint8_t count, ScopedLocalRef<jintArray>* techList, ScopedLocalRef<jintArray>* handleList, ScopedLocalRef<jintArray>* libnfcTypeList) argument
H A Dcom_android_nfc.h246 ScopedLocalRef<jintArray>* techList,
H A Dcom_android_nfc_NativeNfcTag.cpp306 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField));
307 ScopedIntArrayRO techIds(e, techList.get());
387 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField));
388 ScopedIntArrayRO techIds(e, techList.get());
H A Dcom_android_nfc_NativeNfcManager.cpp1031 ScopedLocalRef<jintArray> techList(e, NULL);
1036 &techList, &handleList, &typeList);
1040 e->SetObjectField(tag.get(), f, techList.get());
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java971 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { argument
974 int lockscreenPollMask = computeLockscreenPollMask(techList);
991 private int computeLockscreenPollMask(int[] techList) { argument
1003 for (int i = 0; i < techList.length; i++) {
1004 if (techCodeToMask.containsKey(techList[i])) {
1005 mask |= techCodeToMask.get(techList[i]).intValue();
/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp616 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList));
621 ScopedIntArrayRW technologies(e, techList.get());
636 e->SetObjectField(tag, f, techList.get());

Completed in 1259 milliseconds