Searched refs:displayDevice (Results 1 – 5 of 5) sorted by relevance
234 DisplayDevice displayDevice = mListener.changedDisplays.get(0); in testAfterDisplayChange_ModesAreUpdated() local235 displayDevice.applyPendingDisplayDeviceInfoChangesLocked(); in testAfterDisplayChange_ModesAreUpdated()236 displayDeviceInfo = displayDevice.getDisplayDeviceInfoLocked(); in testAfterDisplayChange_ModesAreUpdated()
1784 DisplayDevice displayDevice = display.getPrimaryDisplayDeviceLocked(); in getDisplayDeviceInfoInternal() local1785 return displayDevice.getDisplayDeviceInfoLocked(); in getDisplayDeviceInfoInternal()1796 DisplayDevice displayDevice = display.getPrimaryDisplayDeviceLocked(); in getDisplayIdToMirrorInternal() local1797 return displayDevice.getDisplayIdToMirrorLocked(); in getDisplayIdToMirrorInternal()
403 SensorManager sensorManager, DisplayBlanker blanker, DisplayDevice displayDevice) { in DisplayPowerController() argument414 mDisplayDevice = displayDevice; in DisplayPowerController()
288 auto displayDevice = injector.inject(); in injectDefaultInternalDisplay() local292 return displayDevice; in injectDefaultInternalDisplay()1366 auto displayDevice = in getBestColorMode() local1373 displayDevice->getCompositionDisplay() in getBestColorMode()3130 auto displayDevice = primaryDisplay.mutableDisplayDevice(); in TEST_F() local3131 EXPECT_EQ(PowerMode::ON, displayDevice->getPowerMode()); in TEST_F()
1740 for (const auto& [token, displayDevice] : mDisplays) { in updateVrFlinger()1741 displayDevice->getCompositionDisplay()->clearOutputLayers(); in updateVrFlinger()2371 FloatRect SurfaceFlinger::getLayerClipBoundsForDisplay(const DisplayDevice& displayDevice) const { in getLayerClipBoundsForDisplay()2372 return displayDevice.getViewport().toFloatRect(); in getLayerClipBoundsForDisplay()2377 const auto& displayDevice = pair.second; in computeLayerBounds() local2378 const auto display = displayDevice->getCompositionDisplay(); in computeLayerBounds()2385 layer->computeBounds(getLayerClipBoundsForDisplay(*displayDevice), ui::Transform(), in computeLayerBounds()3072 for (const auto& [token, displayDevice] : ON_MAIN_THREAD(mDisplays)) { in invalidateLayerStack()3073 auto display = displayDevice->getCompositionDisplay(); in invalidateLayerStack()