Searched refs:enableAutosuspend (Results 1 – 8 of 8) sorted by relevance
34 boolean enableAutosuspend(); in enableAutosuspend() method
154 binder::Status SuspendControlServiceInternal::enableAutosuspend(bool* _aidl_return) { in enableAutosuspend() function in android::system::suspend::V1_0::SuspendControlServiceInternal156 return retOk(suspendService != nullptr && suspendService->enableAutosuspend(), _aidl_return); in enableAutosuspend()
75 binder::Status enableAutosuspend(bool* _aidl_return) override;
107 bool enableAutosuspend();
180 bool SystemSuspend::enableAutosuspend() { in enableAutosuspend() function in android::system::suspend::V1_0::SystemSuspend
159 controlServiceInternal->enableAutosuspend(&enabled); in SetUpTestSuite()285 controlServiceInternal->enableAutosuspend(&enabled); in TEST_F()1218 suspendControlInternal->enableAutosuspend(&enabled); in SetUp()
25 * independently of enableAutosuspend().
180 suspendControl->enableAutosuspend(&enabled); in enableAutoSuspend()