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
183 bool HWComposer::hasDisplayCapability(HalDisplayId displayId, in hasDisplayCapability()
206 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync() local
247 bool HWComposer::allocateVirtualDisplay(HalVirtualDisplayId displayId, ui::Size resolution, in allocateVirtualDisplay()
285 PhysicalDisplayId displayId) { in allocatePhysicalDisplay()
312 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(HalDisplayId displayId) { in createLayer()
394 status_t HWComposer::getDisplayVsyncPeriod(PhysicalDisplayId displayId, in getDisplayVsyncPeriod()
419 status_t HWComposer::setActiveColorMode(PhysicalDisplayId displayId, ui::ColorMode mode, in setActiveColorMode()
433 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled()
459 status_t HWComposer::setClientTarget(HalDisplayId displayId, uint32_t slot, in setClientTarget()
472 HalDisplayId displayId, bool frameUsesClientComposition, in getDeviceCompositionChanges()
555 sp<Fence> HWComposer::getLayerReleaseFence(HalDisplayId displayId, HWC2::Layer* layer) const { in getLayerReleaseFence()
567 HalDisplayId displayId, std::chrono::steady_clock::time_point earliestPresentTime, in presentAndGetReleaseFences()
603 status_t HWComposer::setPowerMode(PhysicalDisplayId displayId, hal::PowerMode mode) { in setPowerMode()
657 PhysicalDisplayId displayId, hal::HWConfigId hwcModeId, in setActiveModeWithConstraints()
669 status_t HWComposer::setColorTransform(HalDisplayId displayId, const mat4& transform) { in setColorTransform()
682 void HWComposer::disconnectDisplay(HalDisplayId displayId) { in disconnectDisplay()
697 status_t HWComposer::setOutputBuffer(HalVirtualDisplayId displayId, const sp<Fence>& acquireFence, in setOutputBuffer()
710 void HWComposer::clearReleaseFences(HalDisplayId displayId) { in clearReleaseFences()
715 status_t HWComposer::getHdrCapabilities(HalDisplayId displayId, HdrCapabilities* outCapabilities) { in getHdrCapabilities()
729 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(HalDisplayId displayId, in getRenderIntents()
739 mat4 HWComposer::getDataspaceSaturationMatrix(HalDisplayId displayId, ui::Dataspace dataspace) { in getDataspaceSaturationMatrix()
749 status_t HWComposer::getDisplayedContentSamplingAttributes(HalDisplayId displayId, in getDisplayedContentSamplingAttributes()
763 status_t HWComposer::setDisplayContentSamplingEnabled(HalDisplayId displayId, bool enabled, in setDisplayContentSamplingEnabled()
777 status_t HWComposer::getDisplayedContentSample(HalDisplayId displayId, uint64_t maxFrames, in getDisplayedContentSample()
787 std::future<status_t> HWComposer::setDisplayBrightness(PhysicalDisplayId displayId, in setDisplayBrightness()
805 status_t HWComposer::setAutoLowLatencyMode(PhysicalDisplayId displayId, bool on) { in setAutoLowLatencyMode()
819 PhysicalDisplayId displayId, std::vector<hal::ContentType>* outSupportedContentTypes) { in getSupportedContentTypes()
829 status_t HWComposer::setContentType(PhysicalDisplayId displayId, hal::ContentType contentType) { in setContentType()
888 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect() local
945 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect() local