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

/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c33 #define SYS_POWER_WAKEUP_COUNT "/sys/power/wakeup_count" macro
55 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);
76 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);
151 wakeup_count_fd = open(SYS_POWER_WAKEUP_COUNT, O_RDWR);
154 ALOGE("Error opening %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);

Completed in 512 milliseconds