Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h251 void HandleClientConnection(std::unique_ptr<base::UnixSocket> new_connection,
Dheapprofd_producer.cc240 HandleClientConnection(std::move(socket), target_process_); in AdoptSocket()
831 producer_->HandleClientConnection(std::move(new_connection), peer_process); in OnNewIncomingConnection()
938 void HeapprofdProducer::HandleClientConnection( in HandleClientConnection() function in perfetto::profiling::HeapprofdProducer