Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp109 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
239 {"initializeNative", "()V", (void *) initializeNative},
Dcom_android_bluetooth_hdp.cpp133 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
271 {"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_sdp.cpp82 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
563 {"initializeNative", "()V", (void *) initializeNative},
Dcom_android_bluetooth_hfpclient.cpp306 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
595 {"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.cpp917 static void initializeNative(JNIEnv *env, jobject object) { in initializeNative() function
1843 {"initializeNative", "()V", (void *) initializeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java95 private native void initializeNative(); in initializeNative() method in SdpManager
220 initializeNative(); in SdpManager()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java101 initializeNative(); in start()
603 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.java1255 initializeNative(); in HeadsetClientStateMachine()
2679 private native void initializeNative(); in initializeNative() method in HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java177 initializeNative(); in start()
2356 private native void initializeNative(); in initializeNative() method in GattService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java232 initializeNative(max_hf_connections); in HeadsetStateMachine()
3415 private native void initializeNative(int max_hf_clients); in initializeNative() method in HeadsetStateMachine