Lines Matching refs:DisplayDevice

61 DisplayDevice::DisplayDevice(DisplayDeviceCreationArgs& args)  in DisplayDevice()  function in android::DisplayDevice
112 DisplayDevice::~DisplayDevice() = default;
114 void DisplayDevice::disconnect() { in disconnect()
118 int DisplayDevice::getWidth() const { in getWidth()
122 int DisplayDevice::getHeight() const { in getHeight()
126 void DisplayDevice::setDisplayName(const std::string& displayName) { in setDisplayName()
134 auto DisplayDevice::getFrontEndInfo() const -> frontend::DisplayInfo { in getFrontEndInfo()
170 void DisplayDevice::setPowerMode(hal::PowerMode mode) { in setPowerMode()
186 void DisplayDevice::tracePowerMode() { in tracePowerMode()
191 void DisplayDevice::enableLayerCaching(bool enable) { in enableLayerCaching()
195 hal::PowerMode DisplayDevice::getPowerMode() const { in getPowerMode()
199 bool DisplayDevice::isPoweredOn() const { in isPoweredOn()
203 nsecs_t DisplayDevice::getVsyncPeriodFromHWC() const { in getVsyncPeriodFromHWC()
216 ui::Dataspace DisplayDevice::getCompositionDataSpace() const { in getCompositionDataSpace()
220 void DisplayDevice::setLayerFilter(ui::LayerFilter filter) { in setLayerFilter()
230 void DisplayDevice::setFlags(uint32_t flags) { in setFlags()
234 void DisplayDevice::setDisplaySize(int width, int height) { in setDisplaySize()
246 void DisplayDevice::setProjection(ui::Rotation orientation, Rect layerStackSpaceRect, in setProjection()
273 void DisplayDevice::stageBrightness(float brightness) { in stageBrightness()
277 void DisplayDevice::persistBrightness(bool needsComposite) { in persistBrightness()
287 std::optional<float> DisplayDevice::getStagedBrightness() const { in getStagedBrightness()
291 void DisplayDevice::dump(utils::Dumper& dumper) const { in dump()
302 bool DisplayDevice::hasRenderIntent(ui::RenderIntent intent) const { in hasRenderIntent()
306 DisplayId DisplayDevice::getId() const { in getId()
310 bool DisplayDevice::isSecure() const { in isSecure()
314 void DisplayDevice::setSecure(bool secure) { in setSecure()
318 const Rect DisplayDevice::getBounds() const { in getBounds()
322 const Region& DisplayDevice::getUndefinedRegion() const { in getUndefinedRegion()
326 ui::LayerStack DisplayDevice::getLayerStack() const { in getLayerStack()
330 ui::Transform::RotationFlags DisplayDevice::getTransformHint() const { in getTransformHint()
334 const ui::Transform& DisplayDevice::getTransform() const { in getTransform()
338 const Rect& DisplayDevice::getLayerStackSpaceRect() const { in getLayerStackSpaceRect()
342 const Rect& DisplayDevice::getOrientedDisplaySpaceRect() const { in getOrientedDisplaySpaceRect()
346 bool DisplayDevice::hasWideColorGamut() const { in hasWideColorGamut()
350 bool DisplayDevice::hasHDR10PlusSupport() const { in hasHDR10PlusSupport()
354 bool DisplayDevice::hasHDR10Support() const { in hasHDR10Support()
358 bool DisplayDevice::hasHLGSupport() const { in hasHLGSupport()
362 bool DisplayDevice::hasDolbyVisionSupport() const { in hasDolbyVisionSupport()
366 int DisplayDevice::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata()
370 void DisplayDevice::overrideHdrTypes(const std::vector<ui::Hdr>& hdrTypes) { in overrideHdrTypes()
374 HdrCapabilities DisplayDevice::getHdrCapabilities() const { in getHdrCapabilities()
386 void DisplayDevice::enableHdrSdrRatioOverlay(bool enable) { in enableHdrSdrRatioOverlay()
400 void DisplayDevice::updateHdrSdrRatioOverlayRatio(float currentHdrSdrRatio) { in updateHdrSdrRatioOverlayRatio()
408 void DisplayDevice::enableRefreshRateOverlay(bool enable, bool setByHwc, Fps refreshRate, in enableRefreshRateOverlay()
442 void DisplayDevice::updateRefreshRateOverlayRate(Fps refreshRate, Fps renderFps, bool setByHwc) { in updateRefreshRateOverlayRate()
456 bool DisplayDevice::onKernelTimerChanged(std::optional<DisplayModeId> desiredModeId, in onKernelTimerChanged()
470 void DisplayDevice::onVrrIdle(bool idle) { in onVrrIdle()
476 void DisplayDevice::animateOverlay() { in animateOverlay()
495 void DisplayDevice::adjustRefreshRate(Fps pacesetterDisplayRefreshRate) { in adjustRefreshRate()