Home
last modified time | relevance | path

Searched refs:handleList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, in addTechIfNeeded() argument
391 handleList[listSize] = handleToAdd; in addTechIfNeeded()
408 ScopedLocalRef<jintArray>* handleList, in nfc_jni_get_technology_tree() argument
504 if (handleList != NULL) { in nfc_jni_get_technology_tree()
505 handleList->reset(e->NewIntArray(index)); in nfc_jni_get_technology_tree()
506 e->SetIntArrayRegion(handleList->get(), 0, index, handles); in nfc_jni_get_technology_tree()
Dcom_android_nfc_NativeNfcManager.cpp1032 ScopedLocalRef<jintArray> handleList(e, NULL); in nfc_jni_Discovery_notification_callback() local
1036 &techList, &handleList, &typeList); in nfc_jni_Discovery_notification_callback()
1043 e->SetObjectField(tag.get(), f, handleList.get()); in nfc_jni_Discovery_notification_callback()
Dcom_android_nfc.h247 ScopedLocalRef<jintArray>* handleList,
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp617 ScopedLocalRef<jintArray> handleList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
622 ScopedIntArrayRW handles(e, handleList.get()); in fillNativeNfcTagMembers1()
639 e->SetObjectField(tag, f, handleList.get()); in fillNativeNfcTagMembers1()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2175 List<Integer> handleList = new ArrayList<Integer>(); in deleteServices() local
2181 handleList.add(entry.handle); in deleteServices()
2185 for(Integer handle : handleList) { in deleteServices()