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

12

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java47 classInitNative();
196 private static native void classInitNative(); method in class:A2dpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidNativeInterface.java45 classInitNative();
166 private static native void classInitNative(); method in class:HearingAidNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java45 classInitNative();
259 private static native void classInitNative(); method in class:HidDeviceNativeInterface
H A DHidHostService.java75 classInitNative();
842 private static native void classInitNative(); method in class:HidHostService
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp_sink.cpp100 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
223 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_hdp.cpp80 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
229 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_hearing_aid.cpp93 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
207 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_pan.cpp105 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
235 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_hid_device.cpp156 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
502 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_hid_host.cpp187 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
502 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_a2dp.cpp171 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
447 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_sdp.cpp79 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
469 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_avrcp_target.cpp164 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
802 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_hfpclient.cpp350 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
777 {"classInitNative", "()V", (void*)classInitNative},
H A Dcom_android_bluetooth_avrcp_controller.cpp601 static void classInitNative(JNIEnv* env, jclass clazz) { function in namespace:android
1058 {"classInitNative", "()V", (void*)classInitNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DPeriodicScanManager.java227 classInitNative();
230 private static native void classInitNative(); method in class:PeriodicScanManager
H A DAdvertiseManager.java398 classInitNative();
401 private static native void classInitNative(); method in class:AdvertiseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
H A DAvrcpNativeInterface.java37 classInitNative();
236 private static native void classInitNative(); method in class:AvrcpNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetNativeInterface.java37 classInitNative();
460 private static native void classInitNative(); method in class:HeadsetNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java71 classInitNative();
74 private static native void classInitNative(); method in class:SdpManager
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java80 classInitNative();
723 private static native void classInitNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java34 static native void classInitNative(); method in class:NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java131 classInitNative();
873 private static native void classInitNative(); method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java200 classInitNative();
1098 private static native void classInitNative(); method in class:AvrcpControllerService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java76 classInitNative();
999 private static native void classInitNative(); method in class:HealthService

Completed in 1935 milliseconds

12