Searched refs:mModes (Results 1 – 2 of 2) sorted by relevance
57 mModes.clear(); in InitModes()67 mModes.emplace(i, DrmMode { *mode, i }); in InitModes()69 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes()231 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes()234 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes()260 auto iter = mModes.find(id); in GetModeFromId()261 if (iter == mModes.end()) { in GetModeFromId()264 mode = mModes[id]; in GetModeFromId()271 auto iter = mModes.find(id); in GetModeBlockFromId()272 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId()[all …]
129 std::unordered_map<int32_t, DrmMode> mModes; variable