Searched refs:modeListToApply_ (Results 1 – 2 of 2) sorted by relevance
295 if (modeListToApply_ == nullptr) { in SetScreenRefreshRate()297 modeListToApply_ = std::make_unique<std::unordered_map<ScreenId, int32_t>>(); in SetScreenRefreshRate()299 auto modeList = modeListToApply_.get(); in SetScreenRefreshRate()508 return std::move(modeListToApply_); in GetModesToApply()
288 std::unique_ptr<std::unordered_map<ScreenId, int32_t>> modeListToApply_ = nullptr; variable