Searched refs:cachedCommands_ (Results 1 – 3 of 3) sorted by relevance
590 ASSERT_EQ(mainThread->cachedCommands_[nodeId].empty(), true);615 mainThread->cachedCommands_.clear();621 ASSERT_EQ(mainThread->cachedCommands_[nodeId].empty(), true);623 mainThread->cachedCommands_.clear();629 ASSERT_EQ(mainThread->cachedCommands_[nodeId + 1].empty(), true);
521 …unordered_map<NodeId, std::map<uint64_t, std::vector<std::unique_ptr<RSCommand>>>> cachedCommands_; variable
1208 for (auto& [surfaceNodeId, commandMap] : cachedCommands_) { in ProcessCommandForDividedRender()3013 cachedCommands_[nodeId][timestamp].emplace_back(std::move(command)); in ClassifyRSTransactionData()