Searched refs:SystemSuspend (Results 1 – 8 of 8) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspend.cpp | 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() [all …]
|
D | SystemSuspend.h | 45 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,
|
D | SuspendControlService.h | 30 class SystemSuspend; variable 46 void setSuspendService(const wp<SystemSuspend>& suspend); 51 wp<SystemSuspend> mSuspend;
|
D | main.cpp | 41 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()
|
D | Android.bp | 57 "SystemSuspend.cpp", 77 "SystemSuspend.cpp",
|
D | SuspendControlService.cpp | 43 void SuspendControlService::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService()
|
D | SystemSuspendUnitTest.cpp | 63 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/ |
D | system_suspend.te | 13 # TODO(b/128923994): remove once all debugging info moves to SystemSuspend.
|