Searched refs:ConsumerIPCClientImpl (Results 1 – 2 of 2) sorted by relevance
39 new ConsumerIPCClientImpl(service_sock_name, consumer, task_runner)); in Connect()42 ConsumerIPCClientImpl::ConsumerIPCClientImpl(const char* service_sock_name, in ConsumerIPCClientImpl() function in perfetto::ConsumerIPCClientImpl52 ConsumerIPCClientImpl::~ConsumerIPCClientImpl() = default;55 void ConsumerIPCClientImpl::OnConnect() { in OnConnect()60 void ConsumerIPCClientImpl::OnDisconnect() { in OnDisconnect()66 void ConsumerIPCClientImpl::EnableTracing(const TraceConfig& trace_config, in EnableTracing()90 void ConsumerIPCClientImpl::DisableTracing() { in DisableTracing()106 void ConsumerIPCClientImpl::ReadBuffers() { in ReadBuffers()126 void ConsumerIPCClientImpl::OnReadBuffersResponse( in OnReadBuffersResponse()143 void ConsumerIPCClientImpl::FreeBuffers() { in FreeBuffers()[all …]
51 class ConsumerIPCClientImpl : public Service::ConsumerEndpoint,54 ConsumerIPCClientImpl(const char* service_sock_name,57 ~ConsumerIPCClientImpl() override;96 base::WeakPtrFactory<ConsumerIPCClientImpl> weak_ptr_factory_;