Searched refs:BrightnessForDisplayPort (Results 1 – 1 of 1) sorted by relevance
330 private record BrightnessForDisplayPort(int brightness, int displayPort) {} in BrightnessForDisplayPort() method in PowerHalService342 private final LinkedList<BrightnessForDisplayPort> mRecentlySetBrightness = new LinkedList<>();991 mRecentlySetBrightness.add(new BrightnessForDisplayPort(brightness, displayPort)); in addRecentlySetBrightnessChangeLocked()999 private boolean isSameBrightnessForDisplayPort(BrightnessForDisplayPort toCheck, in isSameBrightnessForDisplayPort()