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

/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c36 static int wakeup_count_fd; variable
51 lseek(wakeup_count_fd, 0, SEEK_SET);
52 wakeup_count_len = read(wakeup_count_fd, wakeup_count, sizeof(wakeup_count));
73 ret = write(wakeup_count_fd, wakeup_count, wakeup_count_len);
151 wakeup_count_fd = open(SYS_POWER_WAKEUP_COUNT, O_RDWR);
152 if (wakeup_count_fd < 0) {
177 close(wakeup_count_fd);

Completed in 425 milliseconds