Home
last modified time | relevance | path

Searched refs:initializeNative (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hdp.cpp133 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
271 {"initializeNative", "()V", (void *) initializeNative},
Dcom_android_bluetooth_pan.cpp109 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
234 {"initializeNative", "()V", (void *) initializeNative},
Dcom_android_bluetooth_hid.cpp233 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
502 {"initializeNative", "()V", (void *) initializeNative},
Dcom_android_bluetooth_hfpclient.cpp306 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
587 {"initializeNative", "()V", (void *) initializeNative},
Dcom_android_bluetooth_hfp.cpp451 static void initializeNative(JNIEnv *env, jobject object, jint max_hf_clients) { in initializeNative() function
825 {"initializeNative", "(I)V", (void *) initializeNative},
Dcom_android_bluetooth_gatt.cpp878 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
1754 {"initializeNative", "()V", (void *) initializeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java101 initializeNative(); in start()
602 private native void initializeNative(); in initializeNative() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java86 initializeNative(); in start()
701 private native void initializeNative(); in initializeNative() method in HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java97 initializeNative(); in start()
904 private native void initializeNative(); in initializeNative() method in HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1258 initializeNative(); in HeadsetClientStateMachine()
2671 private native void initializeNative(); in initializeNative() method in HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java172 initializeNative(); in start()
2270 private native void initializeNative(); in initializeNative() method in GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java231 initializeNative(max_hf_connections); in HeadsetStateMachine()
3303 private native void initializeNative(int max_hf_clients); in initializeNative() method in HeadsetStateMachine