Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp48 const auto suspendService = mSuspend.promote(); in enableAutosuspend() local
75 const auto suspendService = mSuspend.promote(); in forceSuspend() local
98 const auto suspendService = mSuspend.promote(); in getWakeLockStats() local
123 const auto suspendService = mSuspend.promote(); in dump() local
DSystemSuspendBenchmark.cpp31 static sp<ISystemSuspend> suspendService = ISystemSuspend::getService(); in BM_acquireWakeLock() local
DSystemSuspendUnitTest.cpp117 sp<ISystemSuspend> suspendService = ISystemSuspend::getService(kServiceName); in SetUpTestSuite() local
185 sp<ISystemSuspend> suspendService; member in android::SystemSuspendTest
590 sp<ISystemSuspend> suspendService; member in android::SystemSuspendSameThreadTest