Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DWakeLockInterface.java66 mPerDisplayWakeLocks = new SparseArray<>(); field in WakeLockInterface.DefaultImpl
78 mPerDisplayWakeLocks.put(displayId, wakeLockPair); in DefaultImpl()
87 wakeLockPair = mPerDisplayWakeLocks.get(displayId); in switchToPartialWakeLock()
109 wakeLockPair = mPerDisplayWakeLocks.get(displayId); in switchToFullWakeLock()
131 wakeLockPair = mPerDisplayWakeLocks.get(displayId); in releaseAllWakeLocks()
166 mPerDisplayWakeLocks.put(displayId, wakeLockPair);
175 wakeLockPair = mPerDisplayWakeLocks.get(displayId);
180 mPerDisplayWakeLocks.remove(displayId);