Searched refs:HWConfigId (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayMode.h | 46 explicit Builder(hal::HWConfigId id) : mDisplayMode(new DisplayMode(id)) {} in Builder() 114 hal::HWConfigId getHwcId() const { return mHwcId; } in getHwcId() 135 explicit DisplayMode(hal::HWConfigId id) : mHwcId(id) {} in DisplayMode() 137 hal::HWConfigId mHwcId;
|
D | HWComposer.h | 86 hal::HWConfigId hwcId; 213 virtual std::optional<hal::HWConfigId> getActiveMode(PhysicalDisplayId) const = 0; 225 virtual status_t setActiveModeWithConstraints(PhysicalDisplayId, hal::HWConfigId, 349 std::optional<hal::HWConfigId> getActiveMode(PhysicalDisplayId) const override; 360 status_t setActiveModeWithConstraints(PhysicalDisplayId, hal::HWConfigId, 412 int32_t getAttribute(hal::HWDisplayId hwcDisplayId, hal::HWConfigId configId,
|
D | HWComposer.cpp | 302 int32_t HWComposer::getAttribute(hal::HWDisplayId hwcDisplayId, hal::HWConfigId configId, in getAttribute() 335 std::vector<hal::HWConfigId> configIds; in getModes() 356 std::optional<hal::HWConfigId> HWComposer::getActiveMode(PhysicalDisplayId displayId) const { in getActiveMode() 361 hal::HWConfigId configId; in getActiveMode() 657 PhysicalDisplayId displayId, hal::HWConfigId hwcModeId, in setActiveModeWithConstraints()
|
D | Hal.h | 60 using HWConfigId = V2_1::Config; variable
|
D | HWC2.h | 141 hal::HWConfigId configId, const hal::VsyncPeriodChangeConstraints& constraints, 204 hal::Error setActiveConfigWithConstraints(hal::HWConfigId configId,
|
D | HWC2.cpp | 375 Error Display::setActiveConfigWithConstraints(hal::HWConfigId configId, in setActiveConfigWithConstraints()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 95 MOCK_CONST_METHOD1(getActiveMode, std::optional<hal::HWConfigId>(PhysicalDisplayId)); 103 status_t(PhysicalDisplayId, hal::HWConfigId,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 491 static constexpr hal::HWConfigId DEFAULT_ACTIVE_CONFIG = 0; 528 auto& setActiveConfig(hal::HWConfigId config) { in setActiveConfig() 565 DoAll(SetArgPointee<1>(std::vector<hal::HWConfigId>{mActiveConfig}), in inject() 625 hal::HWConfigId mActiveConfig = DEFAULT_ACTIVE_CONFIG;
|
D | RefreshRateStatsTest.cpp | 82 return DisplayMode::Builder(static_cast<hal::HWConfigId>(modeId.value())) in createDisplayMode()
|
D | DisplayTransactionTestHelpers.h | 352 static constexpr hal::HWConfigId HWC_ACTIVE_CONFIG_ID = 2001; 406 .WillRepeatedly(DoAll(SetArgPointee<1>(std::vector<hal::HWConfigId>{
|
D | RefreshRateConfigsTest.cpp | 190 return DisplayMode::Builder(hal::HWConfigId(modeId.value())) in createDisplayMode()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 82 (hal::HWConfigId, const hal::VsyncPeriodChangeConstraints &,
|