Searched refs:setActiveDeviceNative (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 128 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice() 231 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in A2dpNativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 221 static jboolean setActiveDeviceNative(JNIEnv* env, jobject object, in setActiveDeviceNative() function 252 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative},
|
D | com_android_bluetooth_a2dp.cpp | 452 static jboolean setActiveDeviceNative(JNIEnv* env, jobject object, in setActiveDeviceNative() function 517 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative},
|
D | com_android_bluetooth_hfp.cpp | 897 static jboolean setActiveDeviceNative(JNIEnv* env, jobject object, in setActiveDeviceNative() function 944 {"setActiveDeviceNative", "([B)Z", (void*)setActiveDeviceNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 456 return setActiveDeviceNative(Utils.getByteAddress(device)); in setActiveDevice() 502 private native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in HeadsetNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 466 public native boolean setActiveDeviceNative(byte[] address); in setActiveDeviceNative() method in A2dpSinkService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachine.java | 262 if (a2dpSinkService.setActiveDeviceNative(mDeviceAddress)) { in setActive()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 116 when(mA2dpSinkService.setActiveDeviceNative(any())).thenReturn(true); in setUp()
|