Home
last modified time | relevance | path

Searched refs:suspendControl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp182 sp<system::suspend::internal::ISuspendControlServiceInternal> suspendControl = in enableAutoSuspend() local
184 suspendControl->enableAutosuspend(autosuspendClientToken, &enabled); in enableAutoSuspend()
H A Dcom_android_server_am_BatteryStatsService.cpp146 sp<ISuspendControlService> suspendControl = getSuspendControl(); in nativeWaitWakeup() local
148 suspendControl->registerCallback(new WakeupCallback(), &isRegistered); in nativeWaitWakeup()