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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp102 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
235 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hdp.cpp100 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
270 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_pan.cpp96 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
233 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hid.cpp145 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
446 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hfp.cpp219 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
543 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp460 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
907 {"classInitNative", "()V", (void *) classInitNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java115 classInitNative();
780 private native static void classInitNative(); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java72 classInitNative();
639 private native static void classInitNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java78 classInitNative();
565 private native static void classInitNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java74 classInitNative();
872 private native static void classInitNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java90 classInitNative();
1349 private native static void classInitNative(); method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java162 classInitNative();
2040 private native static void classInitNative(); method in class:HeadsetStateMachine

Completed in 593 milliseconds