Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h88 friend class SocketDelegate;
93 class SocketDelegate : public base::UnixSocket::EventListener {
95 explicit SocketDelegate(HeapprofdProducer* producer) in SocketDelegate() function
327 SocketDelegate socket_delegate_;
Dheapprofd_producer.cc814 void HeapprofdProducer::SocketDelegate::OnDisconnect(base::UnixSocket* self) { in OnDisconnect()
825 void HeapprofdProducer::SocketDelegate::OnNewIncomingConnection( in OnNewIncomingConnection()
836 void HeapprofdProducer::SocketDelegate::OnDataAvailable( in OnDataAvailable()