Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h91 friend class SocketDelegate;
96 class SocketDelegate : public base::UnixSocket::EventListener {
98 explicit SocketDelegate(HeapprofdProducer* producer) in SocketDelegate() function
327 SocketDelegate socket_delegate_;
Dheapprofd_producer.cc812 void HeapprofdProducer::SocketDelegate::OnDisconnect(base::UnixSocket* self) { in OnDisconnect()
823 void HeapprofdProducer::SocketDelegate::OnNewIncomingConnection( in OnNewIncomingConnection()
834 void HeapprofdProducer::SocketDelegate::OnDataAvailable( in OnDataAvailable()