Home
last modified time | relevance | path

Searched refs:active_connections_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/perf/
Dproc_descriptors.cc111 active_connections_.emplace(new_connection.get(), std::move(new_connection)); in OnNewIncomingConnection()
118 auto it = active_connections_.find(self); in OnDisconnect()
119 PERFETTO_CHECK(it != active_connections_.end()); in OnDisconnect()
120 active_connections_.erase(it); in OnDisconnect()
Dproc_descriptors.h99 active_connections_; variable