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

/system/core/libsuspend/
H A Dautosuspend_autosleep.c30 #define SYS_POWER_AUTOSLEEP "/sys/power/autosleep" macro
46 ALOGE("Error writing to %s: %s\n", SYS_POWER_AUTOSLEEP, buf);
68 ALOGE("Error writing to %s: %s\n", SYS_POWER_AUTOSLEEP, buf);
90 autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY);
93 ALOGE("Error opening %s: %s\n", SYS_POWER_AUTOSLEEP, buf);

Completed in 1104 milliseconds