Searched refs:initializeNative (Results 1 - 8 of 8) 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
234 {"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_hfp.cpp268 static void initializeNative(JNIEnv *env, jobject object) { function in namespace:android
544 {"initializeNative", "()V", (void *) initializeNative},
/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.java98 initializeNative();
566 private native void initializeNative(); method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java95 initializeNative();
873 private native void initializeNative(); method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java187 initializeNative();
2041 private native void initializeNative(); method in class:HeadsetStateMachine

Completed in 544 milliseconds