Home
last modified time | relevance | path

Searched refs:SetActiveSinkDevice (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h44 virtual int SetActiveSinkDevice(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h198 virtual int SetActiveSinkDevice(const RawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h214 int SetActiveSinkDevice(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h44 int SetActiveSinkDevice(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h42 int SetActiveSinkDevice(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp294 int BluetoothA2dpSourceServer::SetActiveSinkDevice(const RawAddress &device) in SetActiveSinkDevice() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
297 return pimpl->a2dpSrcService_->SetActiveSinkDevice(device); in SetActiveSinkDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h270 int SetActiveSinkDevice(const RawAddress &device) override;
H A Da2dp_service.cpp574 int A2dpService::SetActiveSinkDevice(const RawAddress &device) in SetActiveSinkDevice() function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp210 * @tc.name: SetActiveSinkDevice
219 EXPECT_EQ(profile_->SetActiveSinkDevice(device), -3); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp303 int A2dpSource::SetActiveSinkDevice(const BluetoothRemoteDevice &device) in SetActiveSinkDevice() function in OHOS::Bluetooth::A2dpSource
318 return proxy->SetActiveSinkDevice(RawAddress(device.GetDeviceAddr())); in SetActiveSinkDevice()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp270 int result = SetActiveSinkDevice(RawAddress(addr)); in SetActiveSinkDeviceInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp183 int BluetoothA2dpSrcProxy::SetActiveSinkDevice(const RawAddress &device) in SetActiveSinkDevice() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp154 int32_t ret = a2dpInstance_->SetActiveSinkDevice(device); in SetActiveA2dpDevice()

Completed in 11 milliseconds