Searched refs:Playing (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ | ||
D | audio_device.h | 77 bool Playing() const override; |
D | audio_device.cpp | 134 bool CfAudioDeviceModule::Playing() const { return playing_; } in Playing() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule |