Home
last modified time | relevance | path

Searched refs:SYS_POWER_WAKEUP_COUNT (Results 1 – 1 of 1) sorted by relevance

/system/core/libsuspend/
Dautosuspend_wakeup_count.c36 #define SYS_POWER_WAKEUP_COUNT "/sys/power/wakeup_count" macro
61 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
83 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
170 wakeup_count_fd = TEMP_FAILURE_RETRY(open(SYS_POWER_WAKEUP_COUNT, O_RDWR)); in autosuspend_wakeup_count_init()
173 ALOGE("Error opening %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in autosuspend_wakeup_count_init()