Searched refs:initializeNative (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Bluetooth/jni/
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_pan.cpp109 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
239 {"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_hfpclient.cpp306 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
595 {"initializeNative", "()V", (void *) initializeNative},
H A Dcom_android_bluetooth_sdp.cpp82 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
563 {"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_gatt.cpp917 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
1843 {"initializeNative", "()V", (void *) initializeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java95 private native void initializeNative(); method in class:SdpManager
220 initializeNative();
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java101 initializeNative();
603 private native void initializeNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java97 initializeNative();
904 private native void initializeNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java86 initializeNative();
701 private native void initializeNative(); method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java177 initializeNative();
2356 private native void initializeNative(); method in class:GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1255 initializeNative();
2679 private native void initializeNative(); method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java232 initializeNative(max_hf_connections);
3415 private native void initializeNative(int max_hf_clients); method in class:HeadsetStateMachine

Completed in 698 milliseconds