OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sleep_state
(Results
1 - 3
of
3
) sorted by null
/system/core/libsuspend/
autosuspend_autosleep.c
33
static const char *
sleep_state
= "mem";
variable
43
ret = write(autosleep_fd,
sleep_state
, strlen(
sleep_state
));
autosuspend_wakeup_count.c
39
static const char *
sleep_state
= "mem";
variable
78
ALOGV("%s: write %s to %s\n", __func__,
sleep_state
, SYS_POWER_STATE);
79
ret = write(state_fd,
sleep_state
, strlen(
sleep_state
));
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
291
** Function
sleep_state
298
static inline int
sleep_state
()
function
[
all
...]
Completed in 762 milliseconds