Searched refs:displays_ (Results 1 – 2 of 2) sorted by relevance
266 displays_[kDefaultDisplayId].reset(new HwcDisplay(width, height)); in registerEventCallback()289 displays_[display_count_].reset(new HwcDisplay(width, height)); in createVirtualDisplay()296 if (display == kDefaultDisplayId || displays_.erase(display) == 0) in destroyVirtualDisplay()931 for (const auto& pair : displays_) { in dumpDebugInfo()962 for (const auto& pair : displays_) in ForceDisplaysRefresh()984 auto iter = displays_.find(display); in FindDisplay()985 return iter == displays_.end() ? nullptr : iter->second.get(); in FindDisplay()
321 std::unordered_map<Display, std::unique_ptr<HwcDisplay>> displays_; variable