Lines Matching refs:DisplayId
189 bool HWComposer::hasDisplayCapability(DisplayId displayId, in hasDisplayCapability()
245 std::optional<DisplayId> HWComposer::allocateVirtualDisplay(uint32_t width, uint32_t height, in allocateVirtualDisplay()
271 DisplayId displayId; in allocateVirtualDisplay()
287 void HWComposer::allocatePhysicalDisplay(hal::HWDisplayId hwcDisplayId, DisplayId displayId) { in allocatePhysicalDisplay()
303 HWC2::Layer* HWComposer::createLayer(DisplayId displayId) { in createLayer()
312 void HWComposer::destroyLayer(DisplayId displayId, HWC2::Layer* layer) { in destroyLayer()
319 nsecs_t HWComposer::getRefreshTimestamp(DisplayId displayId) const { in getRefreshTimestamp()
331 bool HWComposer::isConnected(DisplayId displayId) const { in isConnected()
337 DisplayId displayId) const { in getConfigs()
351 DisplayId displayId) const { in getActiveConfig()
373 DisplayConnectionType HWComposer::getDisplayConnectionType(DisplayId displayId) const { in getDisplayConnectionType()
388 bool HWComposer::isVsyncPeriodSwitchSupported(DisplayId displayId) const { in isVsyncPeriodSwitchSupported()
393 nsecs_t HWComposer::getDisplayVsyncPeriod(DisplayId displayId) const { in getDisplayVsyncPeriod()
402 int HWComposer::getActiveConfigIndex(DisplayId displayId) const { in getActiveConfigIndex()
422 std::vector<ui::ColorMode> HWComposer::getColorModes(DisplayId displayId) const { in getColorModes()
431 status_t HWComposer::setActiveColorMode(DisplayId displayId, ui::ColorMode mode, in setActiveColorMode()
445 void HWComposer::setVsyncEnabled(DisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled()
473 status_t HWComposer::setClientTarget(DisplayId displayId, uint32_t slot, in setClientTarget()
486 DisplayId displayId, bool frameUsesClientComposition, in getDeviceCompositionChanges()
556 sp<Fence> HWComposer::getPresentFence(DisplayId displayId) const { in getPresentFence()
561 sp<Fence> HWComposer::getLayerReleaseFence(DisplayId displayId, HWC2::Layer* layer) const { in getLayerReleaseFence()
572 status_t HWComposer::presentAndGetReleaseFences(DisplayId displayId) { in presentAndGetReleaseFences()
600 status_t HWComposer::setPowerMode(DisplayId displayId, hal::PowerMode mode) { in setPowerMode()
656 DisplayId displayId, size_t configId, const hal::VsyncPeriodChangeConstraints& constraints, in setActiveConfigWithConstraints()
673 status_t HWComposer::setColorTransform(DisplayId displayId, const mat4& transform) { in setColorTransform()
686 void HWComposer::disconnectDisplay(DisplayId displayId) { in disconnectDisplay()
709 status_t HWComposer::setOutputBuffer(DisplayId displayId, const sp<Fence>& acquireFence, in setOutputBuffer()
724 void HWComposer::clearReleaseFences(DisplayId displayId) { in clearReleaseFences()
729 status_t HWComposer::getHdrCapabilities(DisplayId displayId, HdrCapabilities* outCapabilities) { in getHdrCapabilities()
738 int32_t HWComposer::getSupportedPerFrameMetadata(DisplayId displayId) const { in getSupportedPerFrameMetadata()
743 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(DisplayId displayId, in getRenderIntents()
753 mat4 HWComposer::getDataspaceSaturationMatrix(DisplayId displayId, ui::Dataspace dataspace) { in getDataspaceSaturationMatrix()
763 status_t HWComposer::getDisplayedContentSamplingAttributes(DisplayId displayId, in getDisplayedContentSamplingAttributes()
777 status_t HWComposer::setDisplayContentSamplingEnabled(DisplayId displayId, bool enabled, in setDisplayContentSamplingEnabled()
791 status_t HWComposer::getDisplayedContentSample(DisplayId displayId, uint64_t maxFrames, in getDisplayedContentSample()
801 std::future<status_t> HWComposer::setDisplayBrightness(DisplayId displayId, float brightness) { in setDisplayBrightness()
822 status_t HWComposer::setAutoLowLatencyMode(DisplayId displayId, bool on) { in setAutoLowLatencyMode()
836 DisplayId displayId, std::vector<hal::ContentType>* outSupportedContentTypes) { in getSupportedContentTypes()
846 status_t HWComposer::setContentType(DisplayId displayId, hal::ContentType contentType) { in setContentType()
868 std::optional<DisplayId> HWComposer::toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const { in toPhysicalDisplayId()
876 std::optional<hal::HWDisplayId> HWComposer::fromPhysicalDisplayId(DisplayId displayId) const { in fromPhysicalDisplayId()