/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterface.java | 82 cleanupNative(); in cleanup() 179 private native void cleanupNative(); in cleanupNative() method in HearingAidNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 86 cleanupNative(); in cleanup() 209 private native void cleanupNative(); in cleanupNative() method in A2dpNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 88 cleanupNative(); in cleanup() 263 private native void cleanupNative(); in cleanupNative() method in HidDeviceNativeInterface
|
D | HidHostService.java | 105 cleanupNative(); in cleanup() 870 private native void cleanupNative(); in cleanupNative() method in HidHostService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 57 cleanupNative(); in cleanup() 245 private native void cleanupNative(); in cleanupNative() method in AvrcpNativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 150 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 225 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_pan.cpp | 158 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 237 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hearing_aid.cpp | 140 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 225 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hid_device.cpp | 211 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 504 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hid_host.cpp | 236 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 504 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_a2dp.cpp | 319 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 480 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_sdp.cpp | 477 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 502 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hfpclient.cpp | 469 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 825 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_avrcp_target.cpp | 258 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 813 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hfp.cpp | 485 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 923 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_avrcp_controller.cpp | 861 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 1212 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 727 static bool cleanupNative(JNIEnv* env, jobject obj) { in cleanupNative() function 1244 {"cleanupNative", "()V", (void*)cleanupNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | PeriodicScanManager.java | 65 cleanupNative(); in cleanup() 234 private native void cleanupNative(); in cleanupNative() method in PeriodicScanManager
|
D | AdvertiseManager.java | 77 cleanupNative(); in cleanup() 405 private native void cleanupNative(); in cleanupNative() method in AdvertiseManager
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 228 cleanupNative(); in cleanup() 468 private native void cleanupNative(); in cleanupNative() method in HeadsetNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
D | SdpManager.java | 78 private native void cleanupNative(); in cleanupNative() method in SdpManager 233 cleanupNative(); in cleanup()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 138 cleanupNative(); in cleanup() 726 private native void cleanupNative(); in cleanupNative() method in PanService
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 109 mMockAdapterService.cleanupNative(); in tearDown()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 384 private native void cleanupNative(); in cleanupNative() method in A2dpSinkService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 42 native void cleanupNative(); in cleanupNative() method in NativeInterface
|