Home
last modified time | relevance | path

Searched refs:cleanupNative (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreNativeInterface.java66 cleanupNative(); in cleanup()
103 private native void cleanupNative(); in cleanupNative() method in BluetoothKeystoreNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java82 cleanupNative(); in cleanup()
179 private native void cleanupNative(); in cleanupNative() method in HearingAidNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp138 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
161 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hearing_aid.cpp139 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
224 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_pan.cpp157 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
236 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_a2dp_sink.cpp149 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
247 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hid_device.cpp210 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
503 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hid_host.cpp243 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
512 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_a2dp.cpp351 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
513 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_sdp.cpp476 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
501 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hfpclient.cpp486 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
842 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_avrcp_target.cpp257 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
820 {"cleanupNative", "()V", (void*)cleanupNative},
Dcom_android_bluetooth_hfp.cpp484 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
922 {"cleanupNative", "()V", (void*)cleanupNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java88 cleanupNative(); in cleanup()
227 private native void cleanupNative(); in cleanupNative() method in A2dpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java88 cleanupNative(); in cleanup()
263 private native void cleanupNative(); in cleanupNative() method in HidDeviceNativeInterface
DHidHostService.java116 cleanupNative(); in cleanup()
943 private native void cleanupNative(); in cleanupNative() method in HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java57 cleanupNative(); in cleanup()
245 private native void cleanupNative(); in cleanupNative() method in AvrcpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java65 cleanupNative(); in cleanup()
234 private native void cleanupNative(); in cleanupNative() method in PeriodicScanManager
DAdvertiseManager.java77 cleanupNative(); in cleanup()
405 private native void cleanupNative(); in cleanupNative() method in AdvertiseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java228 cleanupNative(); in cleanup()
468 private native void cleanupNative(); in cleanupNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java79 cleanupNative(); in stop()
451 private native void cleanupNative(); in cleanupNative() method in A2dpSinkService
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java78 private native void cleanupNative(); in cleanupNative() method in SdpManager
233 cleanupNative(); in cleanup()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java74 cleanupNative(); in cleanup()
268 private native void cleanupNative(); in cleanupNative() method in NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java153 cleanupNative(); in cleanup()
789 private native void cleanupNative(); in cleanupNative() method in PanService
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java113 mMockAdapterService.cleanupNative(); in tearDown()

12