Searched refs:cleanupNative (Results 1 - 12 of 12) 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_hdp.cpp169 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
272 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_pan.cpp147 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
235 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_hid.cpp217 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
448 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_hfp.cpp304 static void cleanupNative(JNIEnv *env, jobject object) { function in namespace:android
545 {"cleanupNative", "()V", (void *) cleanupNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp533 static bool cleanupNative(JNIEnv *env, jobject obj) { function in namespace:android
909 {"cleanupNative", "()V", (void*) cleanupNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java157 cleanupNative();
782 private native void cleanupNative(); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java98 cleanupNative();
641 private native void cleanupNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java110 cleanupNative();
567 private native void cleanupNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java125 cleanupNative();
874 private native void cleanupNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java363 cleanupNative();
1351 private native void cleanupNative(); method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java240 cleanupNative();
2042 private native void cleanupNative(); method in class:HeadsetStateMachine

Completed in 85 milliseconds