Lines Matching refs:PhysicalDisplayId
249 std::optional<PhysicalDisplayId> mirror) { in allocateVirtualDisplay()
285 PhysicalDisplayId displayId) { in allocatePhysicalDisplay()
323 bool HWComposer::isConnected(PhysicalDisplayId displayId) const { in isConnected()
331 std::vector<HWComposer::HWCDisplayMode> HWComposer::getModes(PhysicalDisplayId displayId) const { in getModes()
356 std::optional<hal::HWConfigId> HWComposer::getActiveMode(PhysicalDisplayId displayId) const { in getActiveMode()
374 ui::DisplayConnectionType HWComposer::getDisplayConnectionType(PhysicalDisplayId displayId) const { in getDisplayConnectionType()
389 bool HWComposer::isVsyncPeriodSwitchSupported(PhysicalDisplayId displayId) const { in isVsyncPeriodSwitchSupported()
394 status_t HWComposer::getDisplayVsyncPeriod(PhysicalDisplayId displayId, in getDisplayVsyncPeriod()
410 std::vector<ui::ColorMode> HWComposer::getColorModes(PhysicalDisplayId displayId) const { in getColorModes()
419 status_t HWComposer::setActiveColorMode(PhysicalDisplayId displayId, ui::ColorMode mode, in setActiveColorMode()
433 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled()
603 status_t HWComposer::setPowerMode(PhysicalDisplayId displayId, hal::PowerMode mode) { in setPowerMode()
657 PhysicalDisplayId displayId, hal::HWConfigId hwcModeId, in setActiveModeWithConstraints()
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()
851 std::optional<PhysicalDisplayId> HWComposer::toPhysicalDisplayId( in toPhysicalDisplayId()
861 PhysicalDisplayId displayId) const { in fromPhysicalDisplayId()
930 return DisplayIdentificationInfo{.id = PhysicalDisplayId::fromPort(port), in onHotplugConnect()