Home
last modified time | relevance | path

Searched refs:switchDeviceMute_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp145 bool switchDeviceMute_ = false; member in OHOS::AudioStandard::OffloadAudioRendererSinkInner
222 if (switchDeviceMute_) { in SetSinkMuteForSwitchDevice()
226 switchDeviceMute_ = true; in SetSinkMuteForSwitchDevice()
236 switchDeviceMute_ = false; in SetSinkMuteForSwitchDevice()
470 switchDeviceMute_ = false; in DeInit()
786 if (switchDeviceMute_) { in SetVolume()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp159 std::atomic<bool> switchDeviceMute_ = false; member in OHOS::AudioStandard::BluetoothRendererSinkInner
520 if (switchDeviceMute_) { in RenderFrame()
1173 if (switchDeviceMute_) { in SetSinkMuteForSwitchDevice()
1177 switchDeviceMute_ = true; in SetSinkMuteForSwitchDevice()
1184 switchDeviceMute_ = false; in SetSinkMuteForSwitchDevice()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp252 std::atomic<bool> switchDeviceMute_ = false; member in OHOS::AudioStandard::AudioRendererSinkInner
767 if (switchDeviceMute_) { in RenderFrame()
1691 if (switchDeviceMute_) { in SetSinkMuteForSwitchDevice()
1695 switchDeviceMute_ = true; in SetSinkMuteForSwitchDevice()
1702 switchDeviceMute_ = false; in SetSinkMuteForSwitchDevice()