Searched refs:SystemSuspend (Results 1 – 13 of 13) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendAidl.h | 31 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;
|
D | SystemSuspend.cpp | 139 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 …]
|
D | SystemSuspendHidl.h | 35 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid); 44 SystemSuspend* mSystemSuspend; 51 SystemSuspendHidl(SystemSuspend* systemSuspend); 55 SystemSuspend* mSystemSuspend;
|
D | SystemSuspend.h | 46 class SystemSuspend; variable 76 class SystemSuspend : public RefBase { 78 SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, 102 ~SystemSuspend(void) override;
|
D | SystemSuspendHidl.cpp | 32 WakeLock::WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid) in WakeLock() 54 SystemSuspendHidl::SystemSuspendHidl(SystemSuspend* systemSuspend) in SystemSuspendHidl()
|
D | SystemSuspendAidl.cpp | 30 WakeLock::WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid) in WakeLock() 51 SystemSuspendAidl::SystemSuspendAidl(SystemSuspend* systemSuspend) in SystemSuspendAidl()
|
D | SuspendControlService.h | 39 class SystemSuspend; variable 80 void setSuspendService(const wp<SystemSuspend>& suspend); 84 wp<SystemSuspend> mSuspend;
|
D | main.cpp | 50 using android::system::suspend::V1_0::SystemSuspend; 146 sp<SystemSuspend> suspend = new SystemSuspend( in main()
|
D | Android.bp | 62 "SystemSuspend.cpp", 102 "SystemSuspend.cpp",
|
D | SystemSuspendUnitTest.cpp | 75 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;
|
D | SuspendControlService.cpp | 150 void SuspendControlServiceInternal::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService()
|
/system/core/rootdir/ |
D | init.zygote32.rc | 11 # update it in SystemSuspend.cpp
|
D | init.zygote64.rc | 11 # update it in SystemSuspend.cpp
|