Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dstats_collector.cc962 virtual bool HasRemoteAudio() const = 0;
1008 bool HasRemoteAudio() const override { in HasRemoteAudio() function in webrtc::__anon46506bb20311::VoiceMediaChannelStatsGatherer
1034 bool HasRemoteAudio() const override { return false; } in HasRemoteAudio() function in webrtc::__anon46506bb20311::VideoMediaChannelStatsGatherer
1105 has_remote_audio |= gatherer->HasRemoteAudio(); in ExtractMediaInfo()