Home
last modified time | relevance | path

Searched refs:playing_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp35 muted = !playing_ || !audio_callback_; in GetMoreAudioData()
127 playing_ = true; in StartPlayout()
131 playing_ = false; in StopPlayout()
134 bool CfAudioDeviceModule::Playing() const { return playing_; } in Playing()
Daudio_device.h140 std::atomic<bool> playing_ = false; variable