Home
last modified time | relevance | path

Searched refs:enableAutosuspend (Results 1 – 7 of 7) sorted by relevance

/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/
DISuspendControlServiceInternal.aidl36 boolean enableAutosuspend(IBinder token); in enableAutosuspend() method
/system/hardware/interfaces/suspend/1.0/
DISystemSuspend.hal25 * independently of enableAutosuspend().
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.h74 binder::Status enableAutosuspend(const sp<IBinder>& token, bool* _aidl_return) override;
DSystemSuspendUnitTest.cpp168 controlServiceInternal->enableAutosuspend(new BBinder(), &enabled); in SetUpTestSuite()
193 systemSuspend->enableAutosuspend(new BBinder()); in SetUp()
310 controlServiceInternal->enableAutosuspend(new BBinder(), &enabled); in TEST_F()
319 controlServiceInternal->enableAutosuspend(new BBinder(), &enabled); in TEST_F()
325 controlServiceInternal->enableAutosuspend(new BBinder(), &enabled); in TEST_F()
337 controlServiceInternal->enableAutosuspend(new BBinder(), &enabled); in TEST_F()
353 controlServiceInternal->enableAutosuspend(token, &enabled); in TEST_F()
382 controlServiceInternal->enableAutosuspend(token, &enabled); in TEST_F()
1343 suspendControlInternal->enableAutosuspend(new BBinder(), &enabled); in SetUp()
DSystemSuspend.h87 bool enableAutosuspend(const sp<IBinder>& token);
DSuspendControlService.cpp154 binder::Status SuspendControlServiceInternal::enableAutosuspend(const sp<IBinder>& token, in enableAutosuspend() function in android::system::suspend::V1_0::SuspendControlServiceInternal
157 return retOk(suspendService != nullptr && suspendService->enableAutosuspend(token), in enableAutosuspend()
DSystemSuspend.cpp177 bool SystemSuspend::enableAutosuspend(const sp<IBinder>& token) { in enableAutosuspend() function in android::system::suspend::V1_0::SystemSuspend