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

  /system/update_engine/
power_manager_chromeos.h 27 class PowerManagerChromeOS : public PowerManagerInterface {
29 PowerManagerChromeOS();
30 ~PowerManagerChromeOS() override = default;
39 DISALLOW_COPY_AND_ASSIGN(PowerManagerChromeOS);
power_manager_chromeos.cc 28 return std::unique_ptr<PowerManagerInterface>(new PowerManagerChromeOS());
32 PowerManagerChromeOS::PowerManagerChromeOS()
35 bool PowerManagerChromeOS::RequestReboot() {

Completed in 52 milliseconds