Searched refs:powerd (Results 1 – 25 of 26) sorted by relevance
12
/external/cros/system_api/dbus/power_manager/ |
D | suspend.proto | 11 // Included in powerd's SuspendImminent signal, sent when the system is about to 13 // will be deferred until they've called powerd's HandleSuspendReadiness method. 18 // suspended listens for SuspendImminent and SuspendDone signals from powerd. 19 // 2. The client passes a RegisterSuspendDelayRequest message to powerd's 26 // that it needs to do and then calls powerd's HandleSuspendReadiness method, 29 // 5. Once powerd has received notification that all registered clients are 33 // 6. After the suspend request is complete, powerd emits a SuspendDone signal 41 // the lid, for instance. In this case, powerd will emit SuspendDone and return 73 // Included in powerd's SuspendDone signal, sent after the system has completed 87 // Included in calls to powerd's RegisterSuspendDelay method. [all …]
|
D | backlight.proto | 16 // Request to change the backlight brightness sent from Chrome to powerd in a 43 // Announcement of a backlight brightness change emitted by powerd via a 56 // Automated powerd change triggered by idle timeout due to user inactivity. 58 // Automated powerd change due by a change to the ambient light level.
|
D | idle.proto | 11 // Included in powerd's ScreenIdleStateChanged signal, emitted when the screen's 21 // screen brightness currently requested by powerd.
|
D | switch_states.proto | 11 // Included in responses to GetSwitchStates method calls to powerd.
|
D | input_event.proto | 11 // Included in powerd's InputEvent signals.
|
D | power_supply_properties.proto | 11 // Power supply status sent from powerd to Chrome. 100 // powerd's SetPowerSource D-Bus method.
|
D | policy.proto | 11 // Power management policy sent from Chrome to powerd. 20 // In the case of an unset field, powerd will restore a default value (as
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 13 potentially-destructive write operations and that powerd defers suspend or 17 1. powerd suspends or reboots the system while flashrom is running instead of 19 2. After flashrom exits, powerd fails to honor pending suspend or reboot
|
/external/autotest/client/site_tests/power_BacklightControl/ |
D | control | 10 - The backlight cannot be turned all the way to max using powerd. 12 powerd. 14 respectively, using powerd.
|
/external/crosvm/arch/ |
D | Cargo.toml | 8 power-monitor-powerd = ["power_monitor/powerd"]
|
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/ |
D | control | 20 1. Checks that ambient light sensor exists if specified in powerd prefs. 26 -Ambient light sensor does not exist even though specified in powerd prefs.
|
/external/crosvm/power_monitor/ |
D | Cargo.toml | 8 powerd = ["dbus", "protobuf", "protoc-rust"]
|
/external/crosvm/ |
D | Cargo.toml | 51 power-monitor-powerd = ["arch/power-monitor-powerd"]
|
/external/crosvm/seccomp/x86_64/ |
D | battery.policy | 7 # Syscalls used by power_monitor's powerd implementation.
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
D | control | 14 Tests that powerd tries to suspend when the system is idle.
|
/external/crosvm/power_monitor/src/ |
D | lib.rs | 49 pub mod powerd; module
|
/external/autotest/client/site_tests/power_AudioDetector/ |
D | control | 11 - The powerd log does not contain logging to indicate that the audio detector
|
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/ |
D | control.interrupt.suspend.full | 16 During the update it will use powerd to suspend/resume.
|
D | control.interrupt.suspend.full.moblab | 16 During the update it will use powerd to suspend/resume.
|
D | control.interrupt.network.full.moblab | 19 3. Use powerd to suspend/resume.
|
D | control.interrupt.network.full | 19 3. Use powerd to suspend/resume.
|
/external/autotest/server/site_tests/firmware_ECPowerButton/ |
D | control | 27 - Longer press (10s) to shut down system when kernel 'powerd' is disabled
|
/external/toolchain-utils/crosperf/perf_files/ |
D | perf.data.report.0 | 616 0.00% 1 powerd [.] 0x00000000000a0930 618 0.00% 1 powerd [kernel.kallsyms] [k] 0xffffffffa4a408c8 662 0.00% 1 powerd [.] 0x000000000007dca0 683 0.00% 1 powerd [kernel.kallsyms] [k] 0xffffffffa4c6a22e
|
/external/crosvm/arch/src/ |
D | lib.rs | 465 let create_monitor = Some(Box::new(power_monitor::powerd::DBusMonitor::connect) in add_goldfish_battery()
|
/external/autotest/docs/ |
D | faft-design-doc.md | 297 …Power Button at the same time that bricks the machine. It is because the powerd triggers the shutd…
|
12