Searched defs:initializeNative (Results 1 - 12 of 12) sorted by path

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp868 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
1742 {"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.cpp451 static void initializeNative(JNIEnv *env, jobject object, jint max_hf_clients) { function in namespace:android
825 {"initializeNative", "(I)V", (void *) initializeNative},
H A Dcom_android_bluetooth_hfpclient.cpp306 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
587 {"initializeNative", "()V", (void *) initializeNative},
H A Dcom_android_bluetooth_hid.cpp233 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
502 {"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.java162 initializeNative();
2207 private native void initializeNative(); method in class:GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java97 initializeNative();
887 private native void initializeNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java229 initializeNative(max_hf_connections);
3280 private native void initializeNative(int max_hf_clients); method in class:HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1229 initializeNative();
2642 private native void initializeNative(); method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java86 initializeNative();
691 private native void initializeNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java106 initializeNative();
601 private native void initializeNative(); method in class:PanService

Completed in 172 milliseconds