Searched refs:translateModeId (Results 1 – 3 of 3) sorted by relevance
42 std::optional<DisplayModeId> translateModeId(hal::HWConfigId) const;
39 std::optional<DisplayModeId> DisplaySnapshot::translateModeId(hal::HWConfigId hwcId) const { in translateModeId() function in android::display::DisplaySnapshot
1228 if (const auto modeId = snapshot.translateModeId(*hwcId)) { in getDynamicDisplayInfoInternal()