Lines Matching refs:SystemSuspend
62 WakeLock::WakeLock(SystemSuspend* systemSuspend, const string& name, int pid) in WakeLock()
83 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, in SystemSuspend() function in android::system::suspend::V1_0::SystemSuspend
113 bool SystemSuspend::enableAutosuspend() { in enableAutosuspend()
125 bool SystemSuspend::forceSuspend() { in forceSuspend()
141 Return<sp<IWakeLock>> SystemSuspend::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock()
150 void SystemSuspend::incSuspendCounter(const string& name) { in incSuspendCounter()
161 void SystemSuspend::decSuspendCounter(const string& name) { in decSuspendCounter()
174 void SystemSuspend::initAutosuspend() { in initAutosuspend()
211 void SystemSuspend::updateSleepTime(bool success) { in updateSleepTime()
221 void SystemSuspend::updateWakeLockStatOnRelease(const std::string& name, int pid, in updateWakeLockStatOnRelease()
226 const WakeLockEntryList& SystemSuspend::getStatsList() const { in getStatsList()
230 void SystemSuspend::updateStatsNow() { in updateStatsNow()
237 Result<SuspendStats> SystemSuspend::getSuspendStats() { in getSuspendStats()