Searched refs:topNodes (Results 1 – 1 of 1) sorted by relevance
3216 std::unordered_map<pid_t, std::vector<NodeId>> topNodes; in SendClientDumpNodeTreeCommands() local3221 topNodes[ExtractPid(id)].push_back(id); in SendClientDumpNodeTreeCommands()3225 …context_->GetNodeMap().TraversalNodes([this, &topNodes] (const std::shared_ptr<RSBaseRenderNode>& … in SendClientDumpNodeTreeCommands()3229 topNodes[ExtractPid(id)].push_back(id); in SendClientDumpNodeTreeCommands()3232 topNodes[ExtractPid(id)].push_back(id); in SendClientDumpNodeTreeCommands()3237 for (const auto& [pid, nodeIds] : topNodes) { in SendClientDumpNodeTreeCommands()