Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dcurrentspeakermonitor.cc48 earliest_permitted_switch_time_(0), in CurrentSpeakerMonitor()
76 earliest_permitted_switch_time_ = 0; in Stop()
184 if (earliest_permitted_switch_time_ <= now && in OnAudioMonitor()
188 earliest_permitted_switch_time_ = now + min_time_between_switches_; in OnAudioMonitor()
Dcurrentspeakermonitor.h106 uint32_t earliest_permitted_switch_time_; variable