HomeSort by relevance Sort by last modified time
    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 = TEMP_FAILURE_RETRY(write(autosleep_fd, sleep_state, strlen(sleep_state)));
autosuspend_wakeup_count.c 41 static const char *sleep_state = "mem"; variable
84 ALOGV("%s: write %s to %s\n", __func__, sleep_state, SYS_POWER_STATE);
85 ret = TEMP_FAILURE_RETRY(write(state_fd, sleep_state, strlen(sleep_state)));
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 321 ** Function sleep_state
328 static inline int sleep_state() function
    [all...]

Completed in 503 milliseconds