Searched refs:surfaceMap_ (Results 1 – 5 of 5) sorted by relevance
39 surfaceMap_.emplace(windowId, surface); in AddWindow()49 auto iter = surfaceMap_.find(windowId); in ShowWindow()50 if (iter == surfaceMap_.end()) { in ShowWindow()68 auto iter = surfaceMap_.find(windowId); in HideWindow()69 if (iter == surfaceMap_.end()) { in HideWindow()87 auto iter = surfaceMap_.find(windowId); in MoveWindow()88 if (iter == surfaceMap_.end()) { in MoveWindow()108 if (iter == surfaceMap_.end()) { in GetSurface()123 if (iter == surfaceMap_.end()) { in RemoveWindow()127 surfaceMap_.erase(windowId); in RemoveWindow()[all …]
94 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);138 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);182 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);224 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);
191 NativeBufferUtils::NativeSurfaceInfo& nativeSurface = surfaceMap_[nativeWindowBuffer]; in NativeRequestFrame()208 LOGI("RSSurfaceOhosVulkan: skSurface create success %{public}zu", surfaceMap_.size()); in NativeRequestFrame()289 auto& surface = surfaceMap_[surfaceList_.front()]; in NativeFlushFrame()
61 std::unordered_map<NativeWindowBuffer*, NativeBufferUtils::NativeSurfaceInfo> surfaceMap_; variable
48 std::map<int32_t, sptr<Surface>> surfaceMap_; variable