Lines Matching defs:displayId
48 #define LOG_DISPLAY_ERROR(displayId, msg) \ argument
51 #define LOG_HWC_ERROR(what, error, displayId) \ argument
55 #define RETURN_IF_INVALID_DISPLAY(displayId, ...) \ argument
63 #define RETURN_IF_HWC_ERROR_FOR(what, error, displayId, ...) \ argument
71 #define RETURN_IF_HWC_ERROR(error, displayId, ...) \ argument
131 bool HWComposer::hasDisplayCapability(HalDisplayId displayId, DisplayCapability capability) const { in hasDisplayCapability()
193 bool HWComposer::allocateVirtualDisplay(HalVirtualDisplayId displayId, ui::Size resolution, in allocateVirtualDisplay()
224 PhysicalDisplayId displayId) { in allocatePhysicalDisplay()
249 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(HalDisplayId displayId) { in createLayer()
322 status_t HWComposer::getDisplayVsyncPeriod(PhysicalDisplayId displayId, in getDisplayVsyncPeriod()
347 status_t HWComposer::setActiveColorMode(PhysicalDisplayId displayId, ui::ColorMode mode, in setActiveColorMode()
361 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled()
384 status_t HWComposer::setClientTarget(HalDisplayId displayId, uint32_t slot, in setClientTarget()
397 HalDisplayId displayId, bool frameUsesClientComposition, in getDeviceCompositionChanges()
498 sp<Fence> HWComposer::getLayerReleaseFence(HalDisplayId displayId, HWC2::Layer* layer) const { in getLayerReleaseFence()
510 HalDisplayId displayId, in presentAndGetReleaseFences()
544 status_t HWComposer::setPowerMode(PhysicalDisplayId displayId, hal::PowerMode mode) { in setPowerMode()
595 PhysicalDisplayId displayId, hal::HWConfigId hwcModeId, in setActiveModeWithConstraints()
607 status_t HWComposer::setColorTransform(HalDisplayId displayId, const mat4& transform) { in setColorTransform()
616 void HWComposer::disconnectDisplay(HalDisplayId displayId) { in disconnectDisplay()
632 status_t HWComposer::setOutputBuffer(HalVirtualDisplayId displayId, const sp<Fence>& acquireFence, in setOutputBuffer()
642 void HWComposer::clearReleaseFences(HalDisplayId displayId) { in clearReleaseFences()
647 status_t HWComposer::getHdrCapabilities(HalDisplayId displayId, HdrCapabilities* outCapabilities) { in getHdrCapabilities()
666 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(HalDisplayId displayId, in getRenderIntents()
676 mat4 HWComposer::getDataspaceSaturationMatrix(HalDisplayId displayId, ui::Dataspace dataspace) { in getDataspaceSaturationMatrix()
686 status_t HWComposer::getDisplayedContentSamplingAttributes(HalDisplayId displayId, in getDisplayedContentSamplingAttributes()
700 status_t HWComposer::setDisplayContentSamplingEnabled(HalDisplayId displayId, bool enabled, in setDisplayContentSamplingEnabled()
714 status_t HWComposer::getDisplayedContentSample(HalDisplayId displayId, uint64_t maxFrames, in getDisplayedContentSample()
725 PhysicalDisplayId displayId, float brightness, float brightnessNits, in setDisplayBrightness()
750 status_t HWComposer::setBootDisplayMode(PhysicalDisplayId displayId, in setBootDisplayMode()
764 status_t HWComposer::clearBootDisplayMode(PhysicalDisplayId displayId) { in clearBootDisplayMode()
778 PhysicalDisplayId displayId) { in getPreferredBootDisplayMode()
806 status_t HWComposer::setRefreshRateChangedCallbackDebugEnabled(PhysicalDisplayId displayId, in setRefreshRateChangedCallbackDebugEnabled()
822 PhysicalDisplayId displayId, in getDisplayDecorationSupport()
837 status_t HWComposer::setAutoLowLatencyMode(PhysicalDisplayId displayId, bool on) { in setAutoLowLatencyMode()
851 PhysicalDisplayId displayId, in getSupportedContentTypes()
862 status_t HWComposer::setContentType(PhysicalDisplayId displayId, hal::ContentType contentType) { in setContentType()
921 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect() local
983 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect() local
1021 status_t HWComposer::setIdleTimerEnabled(PhysicalDisplayId displayId, in setIdleTimerEnabled()