Home
last modified time | relevance | path

Searched defs:suspendService (Results 1 – 4 of 4) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp156 const auto suspendService = mSuspend.promote(); in enableAutosuspend() local
162 const auto suspendService = mSuspend.promote(); in forceSuspend() local
167 const auto suspendService = mSuspend.promote(); in getSuspendStats() local
179 const auto suspendService = mSuspend.promote(); in getWakeLockStats() local
193 const auto suspendService = mSuspend.promote(); in getWakeupStats() local
219 const auto suspendService = mSuspend.promote(); in dump() local
DSystemSuspendBenchmark.cpp35 static std::shared_ptr<ISystemSuspend> suspendService = ISystemSuspend::fromBinder( in BM_acquireWakeLock() local
DSystemSuspendUnitTest.cpp151 std::shared_ptr<ISystemSuspend> suspendService = ISystemSuspend::fromBinder( in SetUpTestSuite() local
272 std::shared_ptr<ISystemSuspend> suspendService; member in android::SystemSuspendTest
1075 std::shared_ptr<ISystemSuspend> suspendService; member in android::SystemSuspendSameThreadTest
1353 auto suspendService = ndk::SharedRefBase::make<SystemSuspendAidl>(systemSuspend.get()); in acquireWakeLock() local
DSystemSuspend.cpp520 auto suspendService = ISystemSuspend::fromBinder( in getSuspendStats() local