Searched refs:time_since_toggle (Results 1 – 1 of 1) sorted by relevance
82 TimeDelta time_since_toggle = at_time - last_update_time_; in Process() local83 if (time_since_toggle.IsInfinite() || in Process()84 (sending_ && time_since_toggle >= config_.send_duration)) { in Process()87 } else if (!sending_ && time_since_toggle >= config_.hold_duration) { in Process()