Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java462 private PowerManager.WakeLock mGoingIdleWakeLock; // held when we are going idle so hardware field in DeviceIdleController
1682 mGoingIdleWakeLock.release(); in handleMessage()
2368 mGoingIdleWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in onBootPhase()
2370 mGoingIdleWakeLock.setReferenceCounted(true); in onBootPhase()
3408 mGoingIdleWakeLock.acquire(); in stepLightIdleStateLocked()
3575 mGoingIdleWakeLock.acquire(); in stepIdleStateLocked()