OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wakeup_count
(Results
1 - 2
of
2
) sorted by null
/system/core/libsuspend/
autosuspend_wakeup_count.c
33
#define SYS_POWER_WAKEUP_COUNT "/sys/power/
wakeup_count
"
44
char
wakeup_count
[20];
local
50
ALOGV("%s: read
wakeup_count
\n", __func__);
52
wakeup_count_len = read(wakeup_count_fd,
wakeup_count
, sizeof(
wakeup_count
));
72
ALOGV("%s: write %*s to
wakeup_count
\n", __func__, wakeup_count_len,
wakeup_count
);
73
ret = write(wakeup_count_fd,
wakeup_count
, wakeup_count_len);
autosuspend_earlysuspend.c
81
char
wakeup_count
[20];
local
Completed in 32 milliseconds