Searched refs:cleanupNative (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp173 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
237 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_avrcp_controller.cpp141 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
189 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_a2dp_sink.cpp179 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
243 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_hdp.cpp169 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
272 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_pan.cpp152 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
240 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_avrcp.cpp241 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
422 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_hid.cpp272 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
503 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_hfpclient.cpp345 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
596 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_sdp.cpp538 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
564 {"cleanupNative", "()V", (void*) cleanupNative},
H A Dcom_android_bluetooth_hfp.cpp488 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
826 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp691 static bool cleanupNative(JNIEnv *env, jobject obj) { function in namespace:android
1137 {"cleanupNative", "()V", (void*) cleanupNative},
H A Dcom_android_bluetooth_gatt.cpp954 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
1844 {"cleanupNative", "()V", (void *) cleanupNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java92 cleanupNative();
274 private native void cleanupNative(); method in class:AvrcpControllerService
H A DAvrcp.java199 cleanupNative();
909 private native void cleanupNative(); method in class:Avrcp
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java96 private native void cleanupNative(); method in class:SdpManager
242 cleanupNative();
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkStateMachine.java155 cleanupNative();
806 private native void cleanupNative(); method in class:A2dpSinkStateMachine
H A DA2dpStateMachine.java157 cleanupNative();
821 private native void cleanupNative(); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java117 cleanupNative();
604 private native void cleanupNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java131 cleanupNative();
905 private native void cleanupNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java99 cleanupNative();
702 private native void cleanupNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java549 cleanupNative();
2101 private native void cleanupNative(); method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java203 cleanupNative();
2357 private native void cleanupNative(); method in class:GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1284 cleanupNative();
2681 private native void cleanupNative(); method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java298 cleanupNative();
3416 private native void cleanupNative(); method in class:HeadsetStateMachine

Completed in 460 milliseconds