Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/activityAttribution/
H A DActivityAttributionNativeInterface.java59 cleanupNative(); in cleanup()
79 private native void cleanupNative(); in cleanupNative() method in ActivityAttributionNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreNativeInterface.java66 cleanupNative(); in cleanup()
103 private native void cleanupNative(); in cleanupNative() method in BluetoothKeystoreNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidNativeInterface.java82 cleanupNative(); in cleanup()
179 private native void cleanupNative(); in cleanupNative() method in HearingAidNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java159 cleanupNative(); in cleanup()
211 private native void cleanupNative(); in cleanupNative() method in LeAudioNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_ActivityAttribution.cpp139 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
163 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp138 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
161 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_pan.cpp157 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
221 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hearing_aid.cpp139 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
224 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_a2dp_sink.cpp151 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
249 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_le_audio.cpp173 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
267 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hid_device.cpp210 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
503 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_hid_host.cpp243 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
512 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_a2dp.cpp351 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
513 {"cleanupNative", "()V", (void*)cleanupNative},
H A Dcom_android_bluetooth_sdp.cpp492 static void cleanupNative(JNIEnv* env, jobject object) { in cleanupNative() function
517 {"cleanupNative", "()V", (void*)cleanupNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java89 cleanupNative(); in cleanup()
228 private native void cleanupNative(); in cleanupNative() method in A2dpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java88 cleanupNative(); in cleanup()
263 private native void cleanupNative(); in cleanupNative() method in HidDeviceNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DPeriodicScanManager.java65 cleanupNative(); in cleanup()
234 private native void cleanupNative(); in cleanupNative() method in PeriodicScanManager
H A DAdvertiseManager.java77 cleanupNative(); in cleanup()
445 private native void cleanupNative(); in cleanupNative() method in AdvertiseManager
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpNativeInterface.java63 cleanupNative(); in cleanup()
267 private native void cleanupNative(); in cleanupNative() method in AvrcpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetNativeInterface.java228 cleanupNative(); in cleanup()
489 private native void cleanupNative(); in cleanupNative() method in HeadsetNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java87 cleanupNative(); in stop()
500 private native void cleanupNative(); in cleanupNative() method in A2dpSinkService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java74 cleanupNative(); in cleanup()
268 private native void cleanupNative(); in cleanupNative() method in NativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java81 private native void cleanupNative(); in cleanupNative() method in SdpManager
236 cleanupNative(); in cleanup()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DProfileServiceTest.java129 mMockAdapterService.cleanupNative(); in tearDown()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java159 cleanupNative(); in cleanup()
781 private native void cleanupNative(); in cleanupNative() method in PanService

12