Home
last modified time | relevance | path

Searched refs:translateModeId (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Display/
DDisplaySnapshot.h42 std::optional<DisplayModeId> translateModeId(hal::HWConfigId) const;
DDisplaySnapshot.cpp39 std::optional<DisplayModeId> DisplaySnapshot::translateModeId(hal::HWConfigId hwcId) const { in translateModeId() function in android::display::DisplaySnapshot
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1228 if (const auto modeId = snapshot.translateModeId(*hwcId)) { in getDynamicDisplayInfoInternal()