Home
last modified time | relevance | path

Searched refs:DefaultConstructible (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DVsyncId.h28 struct VsyncId : ftl::DefaultConstructible<VsyncId, int64_t, -1>,
31 using DefaultConstructible::DefaultConstructible;
/frameworks/native/libs/ftl/
Dmixins_test.cpp36 struct Color : ftl::DefaultConstructible<Color, std::uint8_t>,
39 using DefaultConstructible::DefaultConstructible;
46 struct Sequence : ftl::DefaultConstructible<Sequence, std::int8_t, -1>,
50 using DefaultConstructible::DefaultConstructible;
55 struct Timeout : ftl::DefaultConstructible<Timeout, std::chrono::seconds, 10>,
58 using DefaultConstructible::DefaultConstructible;
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatch.h41 struct CallbackToken : ftl::DefaultConstructible<CallbackToken, size_t>,
44 using DefaultConstructible::DefaultConstructible;
/frameworks/native/include/ftl/
Dmixins.h81 struct DefaultConstructible : Constructible<Self, T> { struct
83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h49 struct DisplayModeId : ftl::DefaultConstructible<DisplayModeId, ui::DisplayModeId>,
53 using DefaultConstructible::DefaultConstructible;
/frameworks/native/include/input/
DInputDevice.h201 struct BrightnessLevel : ftl::DefaultConstructible<BrightnessLevel, std::uint8_t>,
205 using DefaultConstructible::DefaultConstructible;