Searched defs:classInitNative (Results 1 - 8 of 8) 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 DHeadsetBase.java61 private native static void classInitNative(); method in class:HeadsetBase
63 classInitNative();
/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothAudioGateway.cpp92 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
538 {"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_server_BluetoothEventLoop.cpp93 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1577 {"classInitNative", "()V", (void *)classInitNative},
H A Dandroid_server_BluetoothService.cpp99 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1676 {"classInitNative", "()V", (void*)classInitNative},
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java103 static { classInitNative(); }
104 private static native void classInitNative(); method in class:BluetoothEventLoop
H A DBluetoothService.java202 classInitNative();
2783 private native static void classInitNative(); method in class:BluetoothService

Completed in 137 milliseconds