Searched refs:SystemSuspend (Results 1 – 9 of 9) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspend.cpp | 74 WakeLock::WakeLock(SystemSuspend* systemSuspend, const WakeLockIdType& id, const string& name) in WakeLock() 95 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, size_t maxStatsEntries, in SystemSuspend() function in android::system::suspend::V1_0::SystemSuspend 123 bool SystemSuspend::enableAutosuspend() { in enableAutosuspend() 135 bool SystemSuspend::forceSuspend() { in forceSuspend() 151 Return<sp<IWakeLock>> SystemSuspend::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() 179 Return<void> SystemSuspend::debug(const hidl_handle& handle, in debug() 196 void SystemSuspend::incSuspendCounter(const string& name) { in incSuspendCounter() 207 void SystemSuspend::decSuspendCounter(const string& name) { in decSuspendCounter() 220 void SystemSuspend::deleteWakeLockStatsEntry(WakeLockIdType id) { in deleteWakeLockStatsEntry() 234 void SystemSuspend::initAutosuspend() { in initAutosuspend() [all …]
|
D | SystemSuspend.h | 49 class SystemSuspend; variable 56 WakeLock(SystemSuspend* systemSuspend, const WakeLockIdType& id, const std::string& name); 65 SystemSuspend* mSystemSuspend; 70 class SystemSuspend : public ISystemSuspend { 72 SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, size_t maxStatsEntries,
|
D | SuspendControlService.h | 30 class SystemSuspend; variable 44 void setSuspendService(const wp<SystemSuspend>& suspend); 48 wp<SystemSuspend> mSuspend;
|
D | main.cpp | 43 using android::system::suspend::V1_0::SystemSuspend; 82 sp<SystemSuspend> suspend = in main() 83 new SystemSuspend(std::move(wakeupCountFd), std::move(stateFd), 100 /* maxStatsEntries */, in main()
|
D | Android.bp | 80 "SystemSuspend.cpp", 99 "SystemSuspend.cpp",
|
D | SuspendControlService.cpp | 34 void SuspendControlService::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService()
|
D | SystemSuspendUnitTest.cpp | 59 using android::system::suspend::V1_0::SystemSuspend; 104 new SystemSuspend(std::move(wakeupCountFds[1]), std::move(stateFds[1]), in registerTestService()
|
/system/sepolicy/private/ |
D | system_suspend.te | 13 # TODO(b/128923994): remove once all debugging info moves to SystemSuspend.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_suspend.te | 13 # TODO(b/128923994): remove once all debugging info moves to SystemSuspend.
|