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 255 power_state_(DISPLAY_POWER_ALL_ON),
268 power_state_ = power_state;
290 const OutputState new_state = ChooseOutputState(power_state_);
292 new_state, power_state_);
474 if (power_state == power_state_ && !(flags & kSetDisplayPowerForceProbe))
521 new_state, power_state_);
616 if (power_state_ == DISPLAY_POWER_ALL_OFF) {
630 SetDisplayPower(power_state_, kSetDisplayPowerForceProbe);
774 const OutputState new_state = ChooseOutputState(power_state_);
776 new_state, power_state_);
    [all...]
output_configurator.h 301 // Configure displays even if the passed-in state matches |power_state_|.
331 DisplayPowerState power_state() const { return power_state_; }
344 // Sets the initial value of |power_state_|. Must be called before Start().
469 // On success, updates |output_state_|, |power_state_|, and |cached_outputs_|
476 // On success, updates |output_state_|, |power_state_|, and
537 DisplayPowerState power_state_; member in class:chromeos::OutputConfigurator

Completed in 1019 milliseconds