Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp_sink.cpp150 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
221 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hdp.cpp124 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
231 {"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_a2dp.cpp290 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
366 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hidd.cpp211 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
463 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hid.cpp236 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
504 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_sdp.cpp462 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
487 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hfpclient.cpp418 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
774 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hfp.cpp447 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
824 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_avrcp_controller.cpp708 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
1027 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_btservice_AdapterService.cpp686 static bool cleanupNative(JNIEnv* env, jobject obj) { in cleanupNative() function
1215 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_avrcp.cpp600 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
1398 {"cleanupNative", "()V", (void*)cleanupNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java66 cleanupNative(); in cleanup()
221 private native void cleanupNative(); in cleanupNative() method in PeriodicScanManager
DAdvertiseManager.java78 cleanupNative(); in cleanup()
393 private native void cleanupNative(); in cleanupNative() method in AdvertiseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java76 private native void cleanupNative(); in cleanupNative() method in SdpManager
222 cleanupNative(); in cleanup()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java528 cleanupNative(); in cleanup()
686 private native void cleanupNative(); in cleanupNative() method in HidDevService
DHidService.java98 cleanupNative(); in cleanup()
775 private native void cleanupNative(); in cleanupNative() method in HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java149 cleanupNative(); in cleanup()
666 private native void cleanupNative(); in cleanupNative() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java173 cleanupNative(); in cleanup()
887 private native void cleanupNative(); in cleanupNative() method in A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java128 cleanupNative(); in cleanup()
907 private native void cleanupNative(); in cleanupNative() method in HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java263 cleanupNative(); in cleanup()
1017 private native void cleanupNative(); in cleanupNative() method in A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java38 static native void cleanupNative(); in cleanupNative() method in NativeInterface
DHeadsetClientService.java143 NativeInterface.cleanupNative(); in stop()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java605 cleanupNative(); in cleanup()
2271 private native void cleanupNative(); in cleanupNative() method in AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java1116 private native void cleanupNative(); in cleanupNative() method in AvrcpControllerService

12