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

/system/core/libsuspend/
H A Dautosuspend_autosleep.c33 static const char *sleep_state = "mem"; variable
43 ret = write(autosleep_fd, sleep_state, strlen(sleep_state));
H A Dautosuspend_wakeup_count.c39 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));

Completed in 504 milliseconds