• Home
  • Raw
  • Download

Lines Matching defs:displayId

47 #define LOG_DISPLAY_ERROR(displayId, msg) \  argument
50 #define LOG_HWC_ERROR(what, error, displayId) \ argument
54 #define RETURN_IF_INVALID_DISPLAY(displayId, ...) \ argument
62 #define RETURN_IF_HWC_ERROR_FOR(what, error, displayId, ...) \ argument
70 #define RETURN_IF_HWC_ERROR(error, displayId, ...) \ argument
126 bool HWComposer::hasDisplayCapability(HalDisplayId displayId, DisplayCapability capability) const { in hasDisplayCapability()
148 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync() local
187 bool HWComposer::allocateVirtualDisplay(HalVirtualDisplayId displayId, ui::Size resolution, in allocateVirtualDisplay()
218 PhysicalDisplayId displayId) { in allocatePhysicalDisplay()
243 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(HalDisplayId displayId) { in createLayer()
325 status_t HWComposer::getDisplayVsyncPeriod(PhysicalDisplayId displayId, in getDisplayVsyncPeriod()
350 status_t HWComposer::setActiveColorMode(PhysicalDisplayId displayId, ui::ColorMode mode, in setActiveColorMode()
364 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled()
387 status_t HWComposer::setClientTarget(HalDisplayId displayId, uint32_t slot, in setClientTarget()
400 HalDisplayId displayId, bool frameUsesClientComposition, in getDeviceCompositionChanges()
497 sp<Fence> HWComposer::getLayerReleaseFence(HalDisplayId displayId, HWC2::Layer* layer) const { in getLayerReleaseFence()
509 HalDisplayId displayId, std::chrono::steady_clock::time_point earliestPresentTime, in presentAndGetReleaseFences()
547 status_t HWComposer::setPowerMode(PhysicalDisplayId displayId, hal::PowerMode mode) { in setPowerMode()
598 PhysicalDisplayId displayId, hal::HWConfigId hwcModeId, in setActiveModeWithConstraints()
610 status_t HWComposer::setColorTransform(HalDisplayId displayId, const mat4& transform) { in setColorTransform()
619 void HWComposer::disconnectDisplay(HalDisplayId displayId) { in disconnectDisplay()
635 status_t HWComposer::setOutputBuffer(HalVirtualDisplayId displayId, const sp<Fence>& acquireFence, in setOutputBuffer()
645 void HWComposer::clearReleaseFences(HalDisplayId displayId) { in clearReleaseFences()
650 status_t HWComposer::getHdrCapabilities(HalDisplayId displayId, HdrCapabilities* outCapabilities) { in getHdrCapabilities()
664 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(HalDisplayId displayId, in getRenderIntents()
674 mat4 HWComposer::getDataspaceSaturationMatrix(HalDisplayId displayId, ui::Dataspace dataspace) { in getDataspaceSaturationMatrix()
684 status_t HWComposer::getDisplayedContentSamplingAttributes(HalDisplayId displayId, in getDisplayedContentSamplingAttributes()
698 status_t HWComposer::setDisplayContentSamplingEnabled(HalDisplayId displayId, bool enabled, in setDisplayContentSamplingEnabled()
712 status_t HWComposer::getDisplayedContentSample(HalDisplayId displayId, uint64_t maxFrames, in getDisplayedContentSample()
723 PhysicalDisplayId displayId, float brightness, float brightnessNits, in setDisplayBrightness()
748 status_t HWComposer::setBootDisplayMode(PhysicalDisplayId displayId, in setBootDisplayMode()
762 status_t HWComposer::clearBootDisplayMode(PhysicalDisplayId displayId) { in clearBootDisplayMode()
776 PhysicalDisplayId displayId) { in getPreferredBootDisplayMode()
789 PhysicalDisplayId displayId, in getDisplayDecorationSupport()
804 status_t HWComposer::setAutoLowLatencyMode(PhysicalDisplayId displayId, bool on) { in setAutoLowLatencyMode()
818 PhysicalDisplayId displayId, in getSupportedContentTypes()
829 status_t HWComposer::setContentType(PhysicalDisplayId displayId, hal::ContentType contentType) { in setContentType()
888 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect() local
948 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect() local
976 status_t HWComposer::setIdleTimerEnabled(PhysicalDisplayId displayId, in setIdleTimerEnabled()