Home
last modified time | relevance | path

Searched defs:alarm_time (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/
Drtc.py27 def write_wake_alarm(alarm_time, rtc_device='rtc0'): argument
36 def set_wake_alarm(alarm_time, rtc_device='rtc0'): argument
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc294 itimerspec alarm_time; in ResetImpl() local
297 itimerspec alarm_time = {}; in ResetImpl() local
/external/autotest/client/bin/
Dutils.py1051 def set_wake_alarm(alarm_time): argument