/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreNativeInterface.java | 66 cleanupNative(); in cleanup() 103 private native void cleanupNative(); in cleanupNative() method in BluetoothKeystoreNativeInterface
|
/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/jni/ |
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 138 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 161 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hearing_aid.cpp | 139 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 224 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_pan.cpp | 157 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 236 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_a2dp_sink.cpp | 149 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 247 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hid_device.cpp | 210 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 503 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hid_host.cpp | 243 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 512 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_a2dp.cpp | 351 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 513 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_sdp.cpp | 476 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 501 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hfpclient.cpp | 486 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 842 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_avrcp_target.cpp | 257 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 820 {"cleanupNative", "()V", (void*)cleanupNative},
|
D | com_android_bluetooth_hfp.cpp | 484 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function 922 {"cleanupNative", "()V", (void*)cleanupNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 88 cleanupNative(); in cleanup() 227 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 | 116 cleanupNative(); in cleanup() 943 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/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/a2dpsink/ |
D | A2dpSinkService.java | 79 cleanupNative(); in stop() 451 private native void cleanupNative(); in cleanupNative() method in A2dpSinkService
|
/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/hfpclient/ |
D | NativeInterface.java | 74 cleanupNative(); in cleanup() 268 private native void cleanupNative(); in cleanupNative() method in NativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 153 cleanupNative(); in cleanup() 789 private native void cleanupNative(); in cleanupNative() method in PanService
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 113 mMockAdapterService.cleanupNative(); in tearDown()
|