Searched refs:mDisplayPowerControllers (Results 1 – 1 of 1) sorted by relevance
358 private final SparseArray<DisplayPowerControllerInterface> mDisplayPowerControllers = field in DisplayManagerService704 for (int i = 0; i < mDisplayPowerControllers.size(); i++) { in onBootPhase()705 mDisplayPowerControllers.valueAt(i).onBootCompleted(); in onBootPhase()728 final DisplayPowerControllerInterface dpc = mDisplayPowerControllers.get( in onUserSwitching()2036 mDisplayPowerControllers.get(d.getDisplayIdLocked()); in setupLogicalDisplay()2119 DisplayPowerControllerInterface dpc = mDisplayPowerControllers.get(displayId); in applyDisplayChangedLocked()2143 mDisplayPowerControllers.get(prevLeaderId); in updateDisplayPowerControllerLeaderLocked()2152 mDisplayPowerControllers.get(leadDisplayId); in updateDisplayPowerControllerLeaderLocked()2193 mDisplayPowerControllers.removeReturnOld(displayId); in releaseDisplayAndEmitEvent()2239 final DisplayPowerControllerInterface dpc = mDisplayPowerControllers.get(displayId); in handleLogicalDisplayDeviceStateTransitionLocked()[all …]