Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp62 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()
[all …]
DSystemSuspend.h45 class SystemSuspend; variable
67 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);
76 SystemSuspend* mSystemSuspend;
81 class SystemSuspend : public ISystemSuspend {
83 SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd,
DSuspendControlService.h30 class SystemSuspend; variable
46 void setSuspendService(const wp<SystemSuspend>& suspend);
51 wp<SystemSuspend> mSuspend;
Dmain.cpp41 using android::system::suspend::V1_0::SystemSuspend;
93 sp<SystemSuspend> suspend = in main()
94 new SystemSuspend(std::move(wakeupCountFd), std::move(stateFd), std::move(suspendStatsFd), in main()
DAndroid.bp57 "SystemSuspend.cpp",
77 "SystemSuspend.cpp",
DSuspendControlService.cpp43 void SuspendControlService::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService()
DSystemSuspendUnitTest.cpp63 using android::system::suspend::V1_0::SystemSuspend;
97 sp<ISystemSuspend> suspend = new SystemSuspend( in registerTestService()
560 return reinterpret_cast<SystemSuspend*>(suspendService.get())->getSuspendStats(); in getSuspendStats()
579 suspendService = new SystemSuspend( in SetUp()
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_suspend.te13 # TODO(b/128923994): remove once all debugging info moves to SystemSuspend.