Home
last modified time | relevance | path

Searched refs:cleanupNative (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java82 cleanupNative(); in cleanup()
179 private native void cleanupNative(); in cleanupNative() method in HearingAidNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java86 cleanupNative(); in cleanup()
209 private native void cleanupNative(); in cleanupNative() method in A2dpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java88 cleanupNative(); in cleanup()
263 private native void cleanupNative(); in cleanupNative() method in HidDeviceNativeInterface
DHidHostService.java105 cleanupNative(); in cleanup()
870 private native void cleanupNative(); in cleanupNative() method in HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java57 cleanupNative(); in cleanup()
245 private native void cleanupNative(); in cleanupNative() method in AvrcpNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp_sink.cpp150 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
225 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_pan.cpp158 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
237 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hearing_aid.cpp140 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
225 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hid_device.cpp211 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
504 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hid_host.cpp236 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
504 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_a2dp.cpp319 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
480 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_sdp.cpp477 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
502 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hfpclient.cpp469 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
825 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_avrcp_target.cpp258 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
813 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hfp.cpp485 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
923 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_avrcp_controller.cpp861 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
1212 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_btservice_AdapterService.cpp727 static bool cleanupNative(JNIEnv* env, jobject obj) { in cleanupNative() function
1244 {"cleanupNative", "()V", (void*)cleanupNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java65 cleanupNative(); in cleanup()
234 private native void cleanupNative(); in cleanupNative() method in PeriodicScanManager
DAdvertiseManager.java77 cleanupNative(); in cleanup()
405 private native void cleanupNative(); in cleanupNative() method in AdvertiseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java228 cleanupNative(); in cleanup()
468 private native void cleanupNative(); in cleanupNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java78 private native void cleanupNative(); in cleanupNative() method in SdpManager
233 cleanupNative(); in cleanup()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java138 cleanupNative(); in cleanup()
726 private native void cleanupNative(); in cleanupNative() method in PanService
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java109 mMockAdapterService.cleanupNative(); in tearDown()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java384 private native void cleanupNative(); in cleanupNative() method in A2dpSinkService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java42 native void cleanupNative(); in cleanupNative() method in NativeInterface

12