Home
last modified time | relevance | path

Searched defs:handleList (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, in addTechIfNeeded()
408 ScopedLocalRef<jintArray>* handleList, in nfc_jni_get_technology_tree()
Dcom_android_nfc_NativeNfcManager.cpp1032 ScopedLocalRef<jintArray> handleList(e, NULL); in nfc_jni_Discovery_notification_callback() local
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp617 ScopedLocalRef<jintArray> handleList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2175 List<Integer> handleList = new ArrayList<Integer>(); in deleteServices() local