Home
last modified time | relevance | path

Searched defs:DisplayIdGetter (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp295 struct DisplayIdGetter<PhysicalDisplayId<PhysicalDisplay>> { struct
296 static std::optional<DisplayId> get() { in get()
311 struct DisplayIdGetter<VirtualDisplayId<displayId>> { struct
312 static std::optional<DisplayId> get() { return DisplayId{displayId}; } in get()
316 struct DisplayIdGetter<NoDisplayId> { struct
317 static std::optional<DisplayId> get() { return {}; } in get()