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

/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c34 #define SYS_POWER_WAKEUP_COUNT "/sys/power/wakeup_count"
46 char wakeup_count[20]; local
52 ALOGV("%s: read wakeup_count\n", __func__);
54 wakeup_count_len = read(wakeup_count_fd, wakeup_count, sizeof(wakeup_count));
74 ALOGV("%s: write %*s to wakeup_count\n", __func__, wakeup_count_len, wakeup_count);
75 ret = write(wakeup_count_fd, wakeup_count, wakeup_count_len);

Completed in 56 milliseconds