Searched refs:subthreadProcessingNode_ (Results 1 – 3 of 3) sorted by relevance
66 …if (const auto cacheIt = subthreadProcessingNode_.find(id); cacheIt != subthreadProcessingNode_.en… in GetSurfaceDrawableByID()279 subthreadProcessingNode_.erase(id); in ProcessDoneNodeInner()290 if (mainThread_ && subthreadProcessingNode_.find(*it) == subthreadProcessingNode_.end()) { in ProcessDoneNode()308 if (subthreadProcessingNode_.find(it->first) == subthreadProcessingNode_.end()) { in ProcessDoneNode()316 for (auto it = subthreadProcessingNode_.begin(); it != subthreadProcessingNode_.end();) { in ProcessDoneNode()414 … if (!node->IsOnTheTree() && subthreadProcessingNode_.find(id) == subthreadProcessingNode_.end()) { in DoPurgePendingPostNodes()421 (subthreadProcessingNode_.find(id) == subthreadProcessingNode_.end()) && in DoPurgePendingPostNodes()449 …if (subthreadProcessingNode_.find(id) != subthreadProcessingNode_.end()) { // drawable is doing, d… in PostSubTask()486 …if (subthreadProcessingNode_.find(id) != subthreadProcessingNode_.end()) { // drawable is doing, d… in PostReleaseCacheSurfaceSubTask()508 if (subthreadProcessingNode_.size() == 0) { in UpdateSkipSyncNode()[all …]
217 …red_map<NodeId, std::shared_ptr<DrawableV2::RSRenderNodeDrawableAdapter>> subthreadProcessingNode_; variable
292 EXPECT_FALSE(uifirstManager_.subthreadProcessingNode_.empty());302 EXPECT_FALSE(uifirstManager_.subthreadProcessingNode_.empty());670 EXPECT_FALSE(uifirstManager_.subthreadProcessingNode_.empty());671 EXPECT_EQ(uifirstManager_.subthreadProcessingNode_.size(), 2);676 EXPECT_FALSE(uifirstManager_.subthreadProcessingNode_.empty());712 uifirstManager_.subthreadProcessingNode_.clear();714 EXPECT_TRUE(uifirstManager_.subthreadProcessingNode_.empty());856 EXPECT_EQ(uifirstManager_.subthreadProcessingNode_.size(), 0);879 EXPECT_EQ(uifirstManager_.subthreadProcessingNode_.size(), 1);890 uifirstManager_.subthreadProcessingNode_.clear();[all …]