Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendAidl.h31 using ::android::system::suspend::V1_0::SystemSuspend;
35 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);
44 SystemSuspend* mSystemSuspend;
51 SystemSuspendAidl(SystemSuspend* systemSuspend);
56 SystemSuspend* mSystemSuspend;
DSystemSuspend.cpp139 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, in SystemSuspend() function in android::system::suspend::V1_0::SystemSuspend
177 bool SystemSuspend::enableAutosuspend(const sp<IBinder>& token) { in enableAutosuspend()
206 void SystemSuspend::disableAutosuspendLocked() { in disableAutosuspendLocked()
215 void SystemSuspend::disableAutosuspend() { in disableAutosuspend()
221 void SystemSuspend::checkAutosuspendClientsLivenessLocked() { in checkAutosuspendClientsLivenessLocked()
232 bool SystemSuspend::hasAliveAutosuspendTokenLocked() { in hasAliveAutosuspendTokenLocked()
236 SystemSuspend::~SystemSuspend(void) { in ~SystemSuspend()
249 bool SystemSuspend::forceSuspend() { in forceSuspend()
269 void SystemSuspend::incSuspendCounter(const string& name) { in incSuspendCounter()
280 void SystemSuspend::decSuspendCounter(const string& name) { in decSuspendCounter()
[all …]
DSystemSuspendHidl.h35 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);
44 SystemSuspend* mSystemSuspend;
51 SystemSuspendHidl(SystemSuspend* systemSuspend);
55 SystemSuspend* mSystemSuspend;
DSystemSuspend.h46 class SystemSuspend; variable
76 class SystemSuspend : public RefBase {
78 SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd,
102 ~SystemSuspend(void) override;
DSystemSuspendHidl.cpp32 WakeLock::WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid) in WakeLock()
54 SystemSuspendHidl::SystemSuspendHidl(SystemSuspend* systemSuspend) in SystemSuspendHidl()
DSystemSuspendAidl.cpp30 WakeLock::WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid) in WakeLock()
51 SystemSuspendAidl::SystemSuspendAidl(SystemSuspend* systemSuspend) in SystemSuspendAidl()
DSuspendControlService.h39 class SystemSuspend; variable
80 void setSuspendService(const wp<SystemSuspend>& suspend);
84 wp<SystemSuspend> mSuspend;
Dmain.cpp50 using android::system::suspend::V1_0::SystemSuspend;
146 sp<SystemSuspend> suspend = new SystemSuspend( in main()
DAndroid.bp62 "SystemSuspend.cpp",
102 "SystemSuspend.cpp",
DSystemSuspendUnitTest.cpp75 using android::system::suspend::V1_0::SystemSuspend;
125 systemSuspend = new SystemSuspend( in registerTestService()
275 static sp<SystemSuspend> systemSuspend;
297 sp<SystemSuspend> SystemSuspendTest::systemSuspend;
1055 systemSuspend = new SystemSuspend( in SetUp()
1071 sp<SystemSuspend> systemSuspend;
1335 systemSuspend = new SystemSuspend( in SetUp()
1418 sp<SystemSuspend> systemSuspend;
DSuspendControlService.cpp150 void SuspendControlServiceInternal::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService()
/system/core/rootdir/
Dinit.zygote32.rc11 # update it in SystemSuspend.cpp
Dinit.zygote64.rc11 # update it in SystemSuspend.cpp