Searched refs:classInitNative (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAudioGateway.java37 static { classInitNative(); }
192 private static native void classInitNative(); method in class:BluetoothAudioGateway
H A DScoSocket.java57 classInitNative();
59 private native static void classInitNative(); method in class:ScoSocket
H A DHeadsetBase.java61 private native static void classInitNative(); method in class:HeadsetBase
63 classInitNative();
/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothAudioGateway.cpp91 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
536 {"classInitNative", "()V", (void*)classInitNative},
H A Dandroid_bluetooth_HeadsetBase.cpp182 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
550 {"classInitNative", "()V", (void*)classInitNative},
H A Dandroid_bluetooth_ScoSocket.cpp264 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
676 {"classInitNative", "()V", (void*)classInitNative},
H A Dandroid_server_BluetoothService.cpp87 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1024 {"classInitNative", "()V", (void*)classInitNative},
H A Dandroid_server_BluetoothEventLoop.cpp83 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1259 {"classInitNative", "()V", (void *)classInitNative},
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java100 static { classInitNative(); }
101 private static native void classInitNative(); method in class:BluetoothEventLoop
H A DBluetoothService.java177 classInitNative();
2348 private native static void classInitNative(); method in class:BluetoothService

Completed in 115 milliseconds