Lines Matching refs:PhysicalDisplayId
52 std::optional<PhysicalDisplayId>));
53 MOCK_METHOD2(allocatePhysicalDisplay, void(hal::HWDisplayId, PhysicalDisplayId));
65 MOCK_METHOD2(setPowerMode, status_t(PhysicalDisplayId, hal::PowerMode));
85 MOCK_METHOD2(setDisplayBrightness, std::future<status_t>(PhysicalDisplayId, float));
86 MOCK_METHOD2(getDisplayBrightnessSupport, status_t(PhysicalDisplayId, bool*));
92 MOCK_METHOD2(setVsyncEnabled, void(PhysicalDisplayId, hal::Vsync));
93 MOCK_CONST_METHOD1(isConnected, bool(PhysicalDisplayId));
94 MOCK_CONST_METHOD1(getModes, std::vector<HWComposer::HWCDisplayMode>(PhysicalDisplayId));
95 MOCK_CONST_METHOD1(getActiveMode, std::optional<hal::HWConfigId>(PhysicalDisplayId));
96 MOCK_CONST_METHOD1(getColorModes, std::vector<ui::ColorMode>(PhysicalDisplayId));
97 MOCK_METHOD3(setActiveColorMode, status_t(PhysicalDisplayId, ui::ColorMode, ui::RenderIntent));
99 MOCK_CONST_METHOD1(getDisplayConnectionType, ui::DisplayConnectionType(PhysicalDisplayId));
100 MOCK_CONST_METHOD1(isVsyncPeriodSwitchSupported, bool(PhysicalDisplayId));
101 MOCK_CONST_METHOD2(getDisplayVsyncPeriod, status_t(PhysicalDisplayId, nsecs_t*));
103 status_t(PhysicalDisplayId, hal::HWConfigId,
106 MOCK_METHOD2(setAutoLowLatencyMode, status_t(PhysicalDisplayId, bool));
108 status_t(PhysicalDisplayId, std::vector<hal::ContentType>*));
109 MOCK_METHOD2(setContentType, status_t(PhysicalDisplayId, hal::ContentType));
118 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<PhysicalDisplayId>(hal::HWDisplayId));
119 MOCK_CONST_METHOD1(fromPhysicalDisplayId, std::optional<hal::HWDisplayId>(PhysicalDisplayId));