Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java232 private native void initializeNative(); in initializeNative() method in PeriodicScanManager
DAdvertiseManager.java403 private native void initializeNative(); in initializeNative() method in AdvertiseManager
DGattService.java3230 private native void initializeNative(); in initializeNative() method in GattService
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp115 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
Dcom_android_bluetooth_sdp.cpp55 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
Dcom_android_bluetooth_hid_host.cpp200 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
Dcom_android_bluetooth_hfpclient.cpp430 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
Dcom_android_bluetooth_hfp.cpp439 static void initializeNative(JNIEnv* env, jobject object, jint max_hf_clients, in initializeNative() function
Dcom_android_bluetooth_gatt.cpp881 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java40 native void initializeNative(); in initializeNative() method in NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java724 private native void initializeNative(); in initializeNative() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java466 private native void initializeNative(int maxHfClients, boolean inbandRingingEnabled); in initializeNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java76 private native void initializeNative(); in initializeNative() method in SdpManager
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java868 private native void initializeNative(); in initializeNative() method in HidHostService