Searched refs:setActiveDeviceNative (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkNativeInterface.java | 129 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/ |
D | A2dpNativeInterface.java | 149 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice() 256 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in A2dpNativeInterface
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 227 static jboolean setActiveDeviceNative(JNIEnv* env, jobject /* object */, in setActiveDeviceNative() function 260 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative}, in register_com_android_bluetooth_a2dp_sink()
|
D | com_android_bluetooth_a2dp.cpp | 458 static jboolean setActiveDeviceNative(JNIEnv* env, jobject /* object */, in setActiveDeviceNative() function 528 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative}, in register_com_android_bluetooth_a2dp()
|
D | com_android_bluetooth_hfp.cpp | 935 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/ |
D | HeadsetNativeInterface.java | 552 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice() 633 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in HeadsetNativeInterface
|