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

12

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp_sink.cpp150 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
221 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hdp.cpp124 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
231 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_pan.cpp158 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
237 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_a2dp.cpp290 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
366 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hid.cpp236 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
504 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hidd.cpp211 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
463 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_sdp.cpp462 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
487 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_avrcp_controller.cpp708 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
1027 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hfp.cpp447 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
824 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hfpclient.cpp418 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
774 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp686 static bool cleanupNative(JNIEnv* env, jobject obj) { function in namespace:android
1215 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_avrcp.cpp600 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
1398 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_gatt.cpp914 static void cleanupNative(JNIEnv* env, jobject object) { function in namespace:android
2070 {"cleanupNative", "()V", (void*)advertiseCleanupNative},
2097 {"cleanupNative", "()V", (void*)periodicScanCleanupNative},
2142 {"cleanupNative", "()V", (void*)cleanupNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DPeriodicScanManager.java66 cleanupNative();
221 private native void cleanupNative(); method in class:PeriodicScanManager
H A DAdvertiseManager.java78 cleanupNative();
393 private native void cleanupNative(); method in class:AdvertiseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java76 private native void cleanupNative(); method in class:SdpManager
222 cleanupNative();
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java528 cleanupNative();
686 private native void cleanupNative(); method in class:HidDevService
H A DHidService.java98 cleanupNative();
771 private native void cleanupNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java149 cleanupNative();
666 private native void cleanupNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java38 static native void cleanupNative(); method in class:NativeInterface
H A DHeadsetClientService.java143 NativeInterface.cleanupNative();
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java263 cleanupNative();
1015 private native void cleanupNative(); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java173 cleanupNative();
885 private native void cleanupNative(); method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java128 cleanupNative();
907 private native void cleanupNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java1116 private native void cleanupNative(); method in class:AvrcpControllerService

Completed in 454 milliseconds

12