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

/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c47 int wakeup_count_len; local
54 wakeup_count_len = read(wakeup_count_fd, wakeup_count, sizeof(wakeup_count));
55 if (wakeup_count_len < 0) {
58 wakeup_count_len = 0;
61 if (!wakeup_count_len) {
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 47 milliseconds