Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java58 initializeNative(); in start()
232 private native void initializeNative(); in initializeNative() method in PeriodicScanManager
DAdvertiseManager.java67 initializeNative(); in start()
403 private native void initializeNative(); in initializeNative() method in AdvertiseManager
DGattService.java206 initializeNative(); in start()
3265 private native void initializeNative(); in initializeNative() method in GattService
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp114 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
235 {"initializeNative", "()V", (void*)initializeNative},
Dcom_android_bluetooth_hid_host.cpp206 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
511 {"initializeNative", "()V", (void*)initializeNative},
Dcom_android_bluetooth_sdp.cpp54 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
500 {"initializeNative", "()V", (void*)initializeNative},
Dcom_android_bluetooth_hfpclient.cpp447 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
841 {"initializeNative", "()V", (void*)initializeNative},
Dcom_android_bluetooth_hfp.cpp438 static void initializeNative(JNIEnv* env, jobject object, jint max_hf_clients, in initializeNative() function
921 {"initializeNative", "(IZ)V", (void*)initializeNative},
Dcom_android_bluetooth_gatt.cpp880 static void initializeNative(JNIEnv* env, jobject object) { in initializeNative() function
2138 {"initializeNative", "()V", (void*)initializeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java220 initializeNative(maxHfClients, inbandRingingEnabled); in init()
466 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
211 initializeNative(); in SdpManager()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java66 initializeNative(); in initialize()
266 private native void initializeNative(); in initializeNative() method in NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java131 initializeNative(); in start()
787 private native void initializeNative(); in initializeNative() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java98 initializeNative(); in start()
941 private native void initializeNative(); in initializeNative() method in HidHostService