Home
last modified time | relevance | path

Searched refs:kSysPowerWakeLock (Results 1 – 1 of 1) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp47 static constexpr char kSysPowerWakeLock[] = "/sys/power/wake_lock"; variable
112 mWakeLockFd.reset(TEMP_FAILURE_RETRY(open(kSysPowerWakeLock, O_CLOEXEC | O_RDWR))); in SystemSuspend()
114 PLOG(ERROR) << "error opening " << kSysPowerWakeLock; in SystemSuspend()
202 PLOG(ERROR) << "error writing " << name << " to " << kSysPowerWakeLock; in incSuspendCounter()