HomeSort by relevance Sort by last modified time
    Searched full: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 290 ** Function sleep_state
297 static inline int sleep_state() function
    [all...]

Completed in 324 milliseconds