Searched refs:handleList (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc.cpp | 380 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()
|
D | com_android_nfc_NativeNfcManager.cpp | 1032 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()
|
D | com_android_nfc.h | 247 ScopedLocalRef<jintArray>* handleList,
|
/packages/apps/Nfc/nci/jni/ |
D | NfcTag.cpp | 617 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/ |
D | GattService.java | 2175 List<Integer> handleList = new ArrayList<Integer>(); in deleteServices() local 2181 handleList.add(entry.handle); in deleteServices() 2185 for(Integer handle : handleList) { in deleteServices()
|