Searched refs:earliest_permitted_switch_time_ (Results 1 – 2 of 2) sorted by relevance
48 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()
106 uint32_t earliest_permitted_switch_time_; variable