Home
last modified time | relevance | path

Searched refs:DisplaySnapshot (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/Display/
DDisplaySnapshot.h31 class DisplaySnapshot {
33 DisplaySnapshot(PhysicalDisplayId, ui::DisplayConnectionType, DisplayModes&&, ui::ColorModes&&,
36 DisplaySnapshot(const DisplaySnapshot&) = delete;
37 DisplaySnapshot(DisplaySnapshot&&) = default;
DDisplaySnapshot.cpp29 DisplaySnapshot::DisplaySnapshot(PhysicalDisplayId displayId, in DisplaySnapshot() function in android::display::DisplaySnapshot
39 std::optional<DisplayModeId> DisplaySnapshot::translateModeId(hal::HWConfigId hwcId) const { in translateModeId()
47 ui::ColorModes DisplaySnapshot::filterColorModes(bool supportsWideColor) const { in filterColorModes()
62 void DisplaySnapshot::dump(utils::Dumper& dumper) const { in dump()
DDisplaySnapshotRef.h23 class DisplaySnapshot; variable
25 using DisplaySnapshotRef = std::reference_wrapper<const DisplaySnapshot>;
DPhysicalDisplay.h45 const DisplaySnapshot& snapshot() const { return mSnapshot; } in snapshot()
66 DisplaySnapshot mSnapshot;
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h71 class DisplaySnapshot; variable
DAndroid.bp164 "Display/DisplaySnapshot.cpp",
DSurfaceFlinger.h589 const display::DisplaySnapshot&);
DSurfaceFlinger.cpp1157 const display::DisplaySnapshot& snapshot) { in getDynamicDisplayInfoInternal()
3735 .transform(ftl::unit_fn([&](const display::DisplaySnapshot& snapshot) { in setupNewDisplayDeviceInternal()
8701 .and_then([&](const display::DisplaySnapshot& snapshot) { in getPreferredDisplayMode()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayModeControllerTest.cpp122 std::optional<DisplaySnapshot> mDisplaySnapshotOpt;