Searched refs:enableAutosuspend (Results 1 – 7 of 7) sorted by relevance
/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/ |
D | ISuspendControlServiceInternal.aidl | 36 boolean enableAutosuspend(IBinder token); in enableAutosuspend() method
|
/system/hardware/interfaces/suspend/1.0/ |
D | ISystemSuspend.hal | 25 * independently of enableAutosuspend().
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.h | 74 binder::Status enableAutosuspend(const sp<IBinder>& token, bool* _aidl_return) override;
|
D | SystemSuspendUnitTest.cpp | 168 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()
|
D | SystemSuspend.h | 87 bool enableAutosuspend(const sp<IBinder>& token);
|
D | SuspendControlService.cpp | 154 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()
|
D | SystemSuspend.cpp | 177 bool SystemSuspend::enableAutosuspend(const sp<IBinder>& token) { in enableAutosuspend() function in android::system::suspend::V1_0::SystemSuspend
|