Searched refs:cleanupNativeDataNative (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAudioGateway.java | 186 cleanupNativeDataNative(); in finalize() 194 private native void cleanupNativeDataNative(); in cleanupNativeDataNative() method in BluetoothAudioGateway
|
D | HeadsetBase.java | 68 cleanupNativeDataNative(); in finalize() 75 private native void cleanupNativeDataNative(); in cleanupNativeDataNative() method in HeadsetBase
|
/frameworks/base/core/jni/ |
D | android_bluetooth_BluetoothAudioGateway.cpp | 153 static void cleanupNativeDataNative(JNIEnv* env, jobject object) { in cleanupNativeDataNative() function 540 {"cleanupNativeDataNative", "()V", (void *)cleanupNativeDataNative},
|
D | android_bluetooth_HeadsetBase.cpp | 215 static void cleanupNativeDataNative(JNIEnv* env, jobject object) { in cleanupNativeDataNative() function 552 {"cleanupNativeDataNative", "()V", (void *)cleanupNativeDataNative},
|
D | android_server_BluetoothEventLoop.cpp | 187 static void cleanupNativeDataNative(JNIEnv* env, jobject object) { in cleanupNativeDataNative() function 1579 {"cleanupNativeDataNative", "()V", (void *)cleanupNativeDataNative},
|
D | android_server_BluetoothService.cpp | 187 static void cleanupNativeDataNative(JNIEnv* env, jobject object) { in cleanupNativeDataNative() function 1680 {"cleanupNativeDataNative", "()V", (void *)cleanupNativeDataNative},
|
/frameworks/base/core/java/android/server/ |
D | BluetoothEventLoop.java | 145 cleanupNativeDataNative(); in finalize() 1057 private native void cleanupNativeDataNative(); in cleanupNativeDataNative() method in BluetoothEventLoop
|
D | BluetoothService.java | 331 cleanupNativeDataNative(); in finalize() 2748 private native void cleanupNativeDataNative(); in cleanupNativeDataNative() method in BluetoothService
|