Home
last modified time | relevance | path

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

/system/core/libsuspend/
Dautosuspend_wakeup_count.c48 char wakeup_count[20]; in suspend_thread_func() local
57 wakeup_count_len = TEMP_FAILURE_RETRY(read(wakeup_count_fd, wakeup_count, in suspend_thread_func()
58 sizeof(wakeup_count))); in suspend_thread_func()
79 ALOGV("%s: write %*s to wakeup_count\n", __func__, wakeup_count_len, wakeup_count); in suspend_thread_func()
80 ret = TEMP_FAILURE_RETRY(write(wakeup_count_fd, wakeup_count, wakeup_count_len)); in suspend_thread_func()
/system/core/rootdir/
Dinit.rc554 chown system system /sys/power/wakeup_count