Home
last modified time | relevance | path

Searched refs:GetActiveSinkDevice (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp432 return g_proxy_->StartPlaying(g_proxy_->GetActiveSinkDevice()); in StartPlaying()
454 return g_proxy_->SuspendPlaying(g_proxy_->GetActiveSinkDevice()); in SuspendPlaying()
473 return g_proxy_->StopPlaying(g_proxy_->GetActiveSinkDevice()); in StopPlaying()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp189 RawAddress device = GetActiveSinkDevice(); in RegisterObserver()
308 RawAddress BluetoothA2dpSourceServer::GetActiveSinkDevice() in GetActiveSinkDevice() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
311 return pimpl->a2dpSrcService_->GetActiveSinkDevice(); in GetActiveSinkDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h45 virtual RawAddress GetActiveSinkDevice() = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h45 RawAddress GetActiveSinkDevice() override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h205 virtual const RawAddress &GetActiveSinkDevice() const = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h43 RawAddress GetActiveSinkDevice() override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h221 const BluetoothRemoteDevice &GetActiveSinkDevice() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp62 …HILOGI("Active device(%{public}s)", GetEncryptAddr(service->GetActiveSinkDevice().GetAddress()).c_… in OnConnectStateChanged()
65 …if (strcmp(btAddr.GetAddress().c_str(), service->GetActiveSinkDevice().GetAddress().c_str()) == 0)… in OnConnectStateChanged()
631 const RawAddress &A2dpService::GetActiveSinkDevice() const in GetActiveSinkDevice() function in OHOS::bluetooth::A2dpService
758 addr = GetActiveSinkDevice().GetAddress(); in SetCodecPreference()
800 addr = GetActiveSinkDevice().GetAddress(); in SwitchOptionalCodecs()
H A Da2dp_service.h277 const RawAddress &GetActiveSinkDevice() const override;
H A Da2dp_state_machine.cpp941 std::string addr = service->GetActiveSinkDevice().GetAddress(); in ProcessSuspendCfm()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp234 BluetoothRemoteDevice device = profile_->GetActiveSinkDevice();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp324 const BluetoothRemoteDevice &A2dpSource::GetActiveSinkDevice() const in GetActiveSinkDevice() function in OHOS::Bluetooth::A2dpSource
335 BluetoothRawAddress rawAddress = proxy->GetActiveSinkDevice(); in GetActiveSinkDevice()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp283 RawAddress adds = GetActiveSinkDevice(); in GetActiveSinkDeviceInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp206 RawAddress BluetoothA2dpSrcProxy::GetActiveSinkDevice() in GetActiveSinkDevice() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp164 BluetoothRemoteDevice device = a2dpInstance_->GetActiveSinkDevice(); in GetActiveA2dpDevice()