HomeSort by relevance Sort by last modified time
    Searched refs:power_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/display/
output_configurator.cc 152 power_state_(DISPLAY_POWER_ALL_ON) {
164 power_state_ = power_state;
188 GetOutputState(outputs, power_state_), power_state_, outputs); local
209 if (power_state == power_state_ && !(flags & kSetDisplayPowerForceProbe))
251 new_state, power_state_, outputs);
324 if (power_state_ == DISPLAY_POWER_ALL_OFF) {
338 SetDisplayPower(power_state_, kSetDisplayPowerForceProbe);
360 OutputState new_state = GetOutputState(outputs, power_state_);
362 new_state, power_state_, outputs)
    [all...]
output_configurator.h 229 // Configure displays even if the passed-in state matches |power_state_|.
248 DisplayPowerState power_state() const { return power_state_; }
261 // Sets the initial value of |power_state_|. Must be called before Start().
332 // On success, updates |output_state_|, |power_state_|, and |cached_outputs_|
340 // On success, updates |output_state_|, |power_state_|, and
389 DisplayPowerState power_state_; member in class:chromeos::OutputConfigurator

Completed in 1075 milliseconds