Searched refs:low_system_threshold_ (Results 1 – 2 of 2) sorted by relevance
370 low_system_threshold_(kLowSystemCpuThreshold), in CoordinatedVideoAdapter()409 } else if (system_load < low_system_threshold_ * max_cpus) { in FindCpuRequest()461 if (low_system_threshold_ != low_system_threshold) { in set_low_system_threshold()463 << low_system_threshold_ << " to " << low_system_threshold; in set_low_system_threshold()464 low_system_threshold_ = low_system_threshold; in set_low_system_threshold()
149 float low_system_threshold() const { return low_system_threshold_; } in low_system_threshold()187 float low_system_threshold_; variable