/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_bluetooth_manager.cpp | 432 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 D | bluetooth_a2dp_source_server.cpp | 189 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 D | i_bluetooth_a2dp_src.h | 45 virtual RawAddress GetActiveSinkDevice() = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 45 RawAddress GetActiveSinkDevice() override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 205 virtual const RawAddress &GetActiveSinkDevice() const = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 43 RawAddress GetActiveSinkDevice() override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 221 const BluetoothRemoteDevice &GetActiveSinkDevice() const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 62 …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 D | a2dp_service.h | 277 const RawAddress &GetActiveSinkDevice() const override;
|
H A D | a2dp_state_machine.cpp | 941 std::string addr = service->GetActiveSinkDevice().GetAddress(); in ProcessSuspendCfm()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 234 BluetoothRemoteDevice device = profile_->GetActiveSinkDevice();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 324 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 D | bluetooth_a2dp_src_stub.cpp | 283 RawAddress adds = GetActiveSinkDevice(); in GetActiveSinkDeviceInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 206 RawAddress BluetoothA2dpSrcProxy::GetActiveSinkDevice() in GetActiveSinkDevice() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.cpp | 164 BluetoothRemoteDevice device = a2dpInstance_->GetActiveSinkDevice(); in GetActiveA2dpDevice()
|