Home
last modified time | relevance | path

Searched refs:ConstructorTag (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DHdrSdrRatioOverlay.h30 struct ConstructorTag {}; struct
40 HdrSdrRatioOverlay(ConstructorTag);
DRefreshRateOverlay.h42 struct ConstructorTag {}; struct
62 RefreshRateOverlay(ConstructorTag, FpsRange, ftl::Flags<Features>);
DHdrSdrRatioOverlay.cpp101 std::make_unique<HdrSdrRatioOverlay>(ConstructorTag{}); in create()
110 HdrSdrRatioOverlay::HdrSdrRatioOverlay(ConstructorTag) in HdrSdrRatioOverlay() argument
DRefreshRateOverlay.cpp161 std::make_unique<RefreshRateOverlay>(ConstructorTag{}, range, features); in create()
170 RefreshRateOverlay::RefreshRateOverlay(ConstructorTag, FpsRange fpsRange, in RefreshRateOverlay() argument
/frameworks/native/services/surfaceflinger/common/include/common/
DFlagManager.h31 struct ConstructorTag {}; struct
37 FlagManager(ConstructorTag);
/frameworks/native/services/surfaceflinger/common/
DFlagManager.cpp42 FlagManager::FlagManager(ConstructorTag) {} in FlagManager() argument
75 mInstance = std::make_unique<FlagManager>(ConstructorTag{}); in getMutableInstance()
/frameworks/native/services/surfaceflinger/tests/unittests/
DFlagManagerTest.cpp36 TestableFlagManager() : FlagManager(ConstructorTag{}) { markBootCompleted(); } in TestableFlagManager()