Searched refs:classInitNative (Results 1 - 24 of 24) 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_avrcp_controller.cpp94 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
187 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_a2dp_sink.cpp126 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
241 {"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
238 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_avrcp.cpp183 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
420 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hid.cpp198 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
501 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hfpclient.cpp279 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
594 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_sdp.cpp105 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
562 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hfp.cpp401 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
824 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp602 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1135 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_gatt.cpp853 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
912 info("classInitNative: Success!");
1842 {"classInitNative", "()V", (void *) classInitNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java55 classInitNative();
272 private native static void classInitNative(); method in class:AvrcpControllerService
H A DAvrcp.java141 classInitNative();
907 private native static void classInitNative(); method in class:Avrcp
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java91 classInitNative();
94 private native static void classInitNative(); method in class:SdpManager
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkStateMachine.java114 classInitNative();
804 private native static void classInitNative(); method in class:A2dpSinkStateMachine
H A DA2dpStateMachine.java110 classInitNative();
819 private native static void classInitNative(); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java81 classInitNative();
602 private native static void classInitNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java76 classInitNative();
903 private native static void classInitNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java73 classInitNative();
700 private native static void classInitNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java129 classInitNative();
2099 private native static void classInitNative(); method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java164 classInitNative();
2354 private native static void classInitNative(); method in class:GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java159 classInitNative();
2677 private native static void classInitNative(); method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java198 classInitNative();
3409 private native static void classInitNative(); method in class:HeadsetStateMachine

Completed in 1854 milliseconds