Searched refs:initializeNative (Results 1 - 10 of 10) sorted by path

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp690 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
1274 {"initializeNative", "()V", (void *) initializeNative},
H A Dcom_android_bluetooth_hdp.cpp133 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
271 {"initializeNative", "()V", (void *) initializeNative},
H A Dcom_android_bluetooth_hfp.cpp268 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
544 {"initializeNative", "()V", (void *) initializeNative},
H A Dcom_android_bluetooth_hid.cpp178 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
447 {"initializeNative", "()V", (void *) initializeNative},
H A Dcom_android_bluetooth_pan.cpp109 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
234 {"initializeNative", "()V", (void *) initializeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java155 initializeNative();
1703 private native void initializeNative(); method in class:GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java97 initializeNative();
884 private native void initializeNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java197 initializeNative();
2066 private native void initializeNative(); method in class:HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java85 initializeNative();
640 private native void initializeNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java104 initializeNative();
604 private native void initializeNative(); method in class:PanService

Completed in 171 milliseconds