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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp103 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
213 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_a2dp_sink.cpp126 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
249 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hdp.cpp100 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
246 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_pan.cpp96 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
232 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_avrcp.cpp182 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
419 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hid.cpp198 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
475 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_avrcp_controller.cpp430 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
676 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hfpclient.cpp279 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
593 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_sdp.cpp102 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
558 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_hfp.cpp433 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
854 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp634 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1269 {"classInitNative", "()V", (void *) classInitNative},
H A Dcom_android_bluetooth_gatt.cpp865 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
922 info("classInitNative: Success!");
1694 {"classInitNative", "()V", (void *) classInitNative},
/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 DA2dpStateMachine.java110 classInitNative();
819 private native static void classInitNative(); method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java82 classInitNative();
600 private native static void classInitNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java133 classInitNative();
872 private native static void classInitNative(); method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java154 classInitNative();
1167 private native static void classInitNative(); method in class:Avrcp
H A DAvrcpControllerService.java71 classInitNative();
950 private native static void classInitNative(); method in class:AvrcpControllerService
/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.java147 classInitNative();
2525 private native static void classInitNative(); method in class:AdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java179 classInitNative();
2332 private native static void classInitNative(); method in class:GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java170 classInitNative();
2687 private native static void classInitNative(); method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java202 classInitNative();
3544 private native static void classInitNative(); method in class:HeadsetStateMachine

Completed in 822 milliseconds