Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/internal_aidl/android/system/suspend/
DISuspendControlService.aidl34 boolean enableAutosuspend(); in enableAutosuspend() method
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp47 binder::Status SuspendControlService::enableAutosuspend(bool* _aidl_return) { in enableAutosuspend() function in android::system::suspend::V1_0::SuspendControlService
49 return retOk(suspendService != nullptr && suspendService->enableAutosuspend(), _aidl_return); in enableAutosuspend()
DSuspendControlService.h38 binder::Status enableAutosuspend(bool* _aidl_return) override;
DSystemSuspend.h90 bool enableAutosuspend();
DSystemSuspend.cpp113 bool SystemSuspend::enableAutosuspend() { in enableAutosuspend() function in android::system::suspend::V1_0::SystemSuspend
DSystemSuspendUnitTest.cpp127 controlService->enableAutosuspend(&enabled); in SetUpTestSuite()
202 controlService->enableAutosuspend(&enabled); in TEST_F()
/system/hardware/interfaces/suspend/1.0/
DISystemSuspend.hal25 * independently of enableAutosuspend().