OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_wakeup_count
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/power_WakeupRTC/
power_WakeupRTC.py
53
old_sys_wakeup_count = sys_power.
read_wakeup_count
()
56
new_sys_wakeup_count = sys_power.
read_wakeup_count
()
/external/autotest/client/cros/
sys_power.py
83
wakeup_count =
read_wakeup_count
()
171
logging.debug('New wakeup count: %d',
read_wakeup_count
())
229
def
read_wakeup_count
():
function
246
if (e.errno == errno.EINVAL and
read_wakeup_count
() != wakeup_count):
Completed in 222 milliseconds