Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.h71 class ProducerEndpointImpl : public TracingService::ProducerEndpoint {
73 ProducerEndpointImpl(ProducerID,
81 ~ProducerEndpointImpl() override;
123 ProducerEndpointImpl(const ProducerEndpointImpl&) = delete;
124 ProducerEndpointImpl& operator=(const ProducerEndpointImpl&) = delete;
158 base::WeakPtrFactory<ProducerEndpointImpl> weak_ptr_factory_; // Keep last.
188 void OnDataSourceInstanceStateChange(const ProducerEndpointImpl&,
282 ProducerEndpointImpl* GetProducer(ProducerID) const;
503 void StartDataSourceInstance(ProducerEndpointImpl* producer,
521 ProducerEndpointImpl* producer);
[all …]
Dtracing_service_impl.cc176 std::unique_ptr<ProducerEndpointImpl> endpoint(new ProducerEndpointImpl( in ConnectProducer()
210 TracingServiceImpl::ProducerEndpointImpl* TracingServiceImpl::GetProducer( in GetProducer()
608 ProducerEndpointImpl* producer = GetProducer(it->second.producer_id); in ChangeTraceConfig()
728 ProducerEndpointImpl* producer = GetProducer(producer_id); in StartTracing()
739 ProducerEndpointImpl* producer, in StartDataSourceInstance()
805 ProducerEndpointImpl* producer = GetProducer(producer_id); in DisableTracing()
864 ProducerEndpointImpl* producer = GetProducer(producer_id); in NotifyDataSourceStarted()
894 ProducerEndpointImpl* producer = GetProducer(producer_id); in NotifyDataSourceStopped()
1019 ProducerEndpointImpl* producer = GetProducer(inst_kv.first); in DisableTracingNotifyConsumerAndFlushFile()
1080 ProducerEndpointImpl* producer = GetProducer(producer_id); in Flush()
[all …]