Home
last modified time | relevance | path

Searched refs:setActiveDeviceNative (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java129 return setActiveDeviceNative(address); in setActiveDevice()
183 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in A2dpSinkNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java149 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice()
256 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp227 static jboolean setActiveDeviceNative(JNIEnv* env, jobject /* object */, in setActiveDeviceNative() function
260 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative}, in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_a2dp.cpp458 static jboolean setActiveDeviceNative(JNIEnv* env, jobject /* object */, in setActiveDeviceNative() function
528 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative}, in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_hfp.cpp935 static jboolean setActiveDeviceNative(JNIEnv* env, jobject /* object */, in setActiveDeviceNative() function
1015 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative}, in register_com_android_bluetooth_hfp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java552 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice()
633 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in HeadsetNativeInterface