Home
last modified time | relevance | path

Searched refs:NotifyDataSourceStopped (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/tracing/test/
Dfake_producer_endpoint.h38 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() function
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.h62 void NotifyDataSourceStopped(
Dproducer_ipc_service.cc288 void ProducerIPCService::NotifyDataSourceStopped( in NotifyDataSourceStopped() function in perfetto::ProducerIPCService
300 producer->service_endpoint->NotifyDataSourceStopped(request.data_source_id()); in NotifyDataSourceStopped()
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h71 void NotifyDataSourceStopped(DataSourceInstanceID) override;
Dproducer_ipc_client_impl.cc407 void ProducerIPCClientImpl::NotifyDataSourceStopped(DataSourceInstanceID id) { in NotifyDataSourceStopped() function in perfetto::ProducerIPCClientImpl
416 producer_port_.NotifyDataSourceStopped( in NotifyDataSourceStopped()
/external/perfetto/src/tracing/internal/
Dtracing_backend_fake.cc71 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() function in perfetto::internal::__anon8419e1c30111::UnsupportedProducerEndpoint
Dtracing_muxer_impl.cc1039 producer->service_->NotifyDataSourceStopped(instance_id); in StopDataSource_AsyncEnd()
/external/perfetto/include/perfetto/ext/tracing/core/
Dtracing_service.h137 virtual void NotifyDataSourceStopped(DataSourceInstanceID) = 0;
/external/perfetto/protos/perfetto/common/
Ddata_source_descriptor.proto32 // NotifyDataSourceStopped() IPC. This field has been introduced after
/external/perfetto/src/traced/service/
Dbuiltin_producer.cc135 endpoint_->NotifyDataSourceStopped(ds_id); in StopDataSource()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h112 void NotifyDataSourceStopped(DataSourceInstanceID) override;
265 void NotifyDataSourceStopped(ProducerID, const DataSourceInstanceID);
Dshared_memory_arbiter_impl_unittest.cc48 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() function in perfetto::MockProducerEndpoint
Dtracing_service_impl.cc1340 void TracingServiceImpl::NotifyDataSourceStopped( in NotifyDataSourceStopped() function in perfetto::TracingServiceImpl
2399 NotifyDataSourceStopped(producer_id, ds_inst_id); in UnregisterDataSource()
3819 void TracingServiceImpl::ProducerEndpointImpl::NotifyDataSourceStopped( in NotifyDataSourceStopped() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
3822 service_->NotifyDataSourceStopped(id_, data_source_id); in NotifyDataSourceStopped()
Dtracing_service_impl_unittest.cc2172 producer->endpoint()->NotifyDataSourceStopped(id1); in TEST_F()
2173 producer->endpoint()->NotifyDataSourceStopped(id2); in TEST_F()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer_unittest.cc40 MOCK_METHOD1(NotifyDataSourceStopped, void(DataSourceInstanceID));
Dheapprofd_producer.cc594 endpoint_->NotifyDataSourceStopped(id); in StopDataSource()
1191 weak_producer->endpoint_->NotifyDataSourceStopped(ds_id); in MaybeFinishDataSource()
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto73 rpc NotifyDataSourceStopped(NotifyDataSourceStoppedRequest) rpc
236 // Arguments for rpc NotifyDataSourceStopped().
/external/perfetto/src/profiling/perf/
Dperf_producer.cc404 endpoint_->NotifyDataSourceStopped(ds_id); in StopDataSource()
885 endpoint_->NotifyDataSourceStopped(ds_id); in FinishDataSourceStop()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc354 endpoint_->NotifyDataSourceStopped(id); in StopDataSource()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto162 // NotifyDataSourceStopped() IPC. This field has been introduced after
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto162 // NotifyDataSourceStopped() IPC. This field has been introduced after