Searched refs:displayDevice (Results 1 – 9 of 9) sorted by relevance
683 displayDevice); in testDisplayInfoFrameRateOverride()955 displayDevice); in testDisplayInfoFrameRateOverrideModeCompat()989 displayDevice); in testDisplayInfoNonNativeFrameRateOverrideMode()1022 displayDevice); in testDisplayInfoNonNativeFrameRateOverride()1039 FakeDisplayDevice displayDevice) { in getDisplayIdForDisplayDevice() argument1056 FakeDisplayDevice displayDevice, in updateDisplayDeviceInfo() argument1066 FakeDisplayDevice displayDevice, in updateFrameRateOverride() argument1075 FakeDisplayDevice displayDevice, in updateModeId() argument1086 FakeDisplayDevice displayDevice) { in registerDisplayListenerCallback() argument1089 displayDevice); in registerDisplayListenerCallback()[all …]
272 DisplayDevice displayDevice = in testAlternativeRefreshRatesCommon() local274 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAlternativeRefreshRatesCommon()380 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_DisplayModesAreUpdated()428 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_ActiveModeIsUpdated()467 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_HdrCapabilitiesAreUpdated()501 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_AllmSupportIsUpdated()535 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_GameContentTypeSupportIsUpdated()572 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_ColorModesAreUpdated()603 displayDevice.setDesiredDisplayModeSpecsLocked( in testDisplayChange_withStaleDesiredDisplayModeSpecs()633 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testDisplayChange_withStaleDesiredDisplayModeSpecs()[all …]
129 final DisplayDevice displayDevice = mDisplayDevices.get(i); in getByUniqueIdLocked() local130 if (displayDevice.getUniqueId().equals(uniqueId)) { in getByUniqueIdLocked()131 return displayDevice; in getByUniqueIdLocked()
1455 DisplayDevice displayDevice = mDisplayDeviceRepo.getByUniqueIdLocked(uniqueId);1456 if (displayDevice == null) {1475 final DisplayDevice displayDevice = mDisplayDeviceRepo.getByUniqueIdLocked(uniqueId);2114 final DisplayDevice displayDevice = display.getPrimaryDisplayDeviceLocked();2115 return displayDevice.getDisplayDeviceInfoLocked();2126 final DisplayDevice displayDevice = display.getPrimaryDisplayDeviceLocked();2127 return displayDevice.getDisplayIdToMirrorLocked();2863 final DisplayDevice displayDevice =2934 DisplayDevice displayDevice = mLogicalDisplayMapper.getDisplayLocked(2936 uniqueId = displayDevice.getUniqueId();[all …]
281 public boolean setBrightness(DisplayDevice displayDevice, float brightness) { in setBrightness() argument282 final String displayDeviceUniqueId = displayDevice.getUniqueId(); in setBrightness()283 if (!displayDevice.hasStableUniqueId() || displayDeviceUniqueId == null) { in setBrightness()
83 auto displayDevice = primaryDisplay.mutableDisplayDevice(); in TEST_F() local84 EXPECT_EQ(PowerMode::ON, displayDevice->getPowerMode()); in TEST_F()
46 auto displayDevice = in getBestColorMode() local53 displayDevice->getCompositionDisplay() in getBestColorMode()
163 auto displayDevice = injector.inject(); in injectDefaultInternalDisplay() local167 return displayDevice; in injectDefaultInternalDisplay()
2463 const auto& displayDevice = pair.second; in getMaxDisplayBounds() local2464 int32_t width = displayDevice->getWidth(); in getMaxDisplayBounds()2465 int32_t height = displayDevice->getHeight(); in getMaxDisplayBounds()3296 for (const auto& [token, displayDevice] : ON_MAIN_THREAD(mDisplays)) { in invalidateLayerStack()3297 auto display = displayDevice->getCompositionDisplay(); in invalidateLayerStack()4562 const auto& displayDevice = pair.second; in getDisplayWithInputByLayer() local4563 if (!displayDevice->receivesInput() || in getDisplayWithInputByLayer()4564 !displayDevice->getCompositionDisplay() in getDisplayWithInputByLayer()4574 display = displayDevice; in getDisplayWithInputByLayer()