Home
last modified time | relevance | path

Searched refs:NotifyDataSourceStarted (Results 1 – 13 of 13) sorted by relevance

/external/perfetto/src/tracing/test/
Dfake_producer_endpoint.h35 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc295 void ProducerIPCClientImpl::NotifyDataSourceStarted(DataSourceInstanceID id) { in NotifyDataSourceStarted() function in perfetto::ProducerIPCClientImpl
304 producer_port_.NotifyDataSourceStarted( in NotifyDataSourceStarted()
Dproducer_ipc_client_impl.h70 void NotifyDataSourceStarted(DataSourceInstanceID) override;
/external/perfetto/src/profiling/memory/
Dheapprofd_producer_unittest.cc40 MOCK_METHOD1(NotifyDataSourceStarted, void(DataSourceInstanceID));
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.h58 void NotifyDataSourceStarted(
Dproducer_ipc_service.cc229 void ProducerIPCService::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::ProducerIPCService
241 producer->service_endpoint->NotifyDataSourceStarted(request.data_source_id()); in NotifyDataSourceStarted()
/external/perfetto/include/perfetto/tracing/core/
Dtracing_service.h121 virtual void NotifyDataSourceStarted(DataSourceInstanceID) = 0;
/external/perfetto/protos/perfetto/config/
Ddata_source_descriptor.proto37 // NotifyDataSourceStarted() IPC. This field has been introduced after
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h94 void NotifyDataSourceStarted(DataSourceInstanceID) override;
238 void NotifyDataSourceStarted(ProducerID, const DataSourceInstanceID);
Dshared_memory_arbiter_impl_unittest.cc42 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function in perfetto::__anondc8b67b30111::MockProducerEndpoint
Dtracing_service_impl.cc845 void TracingServiceImpl::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::TracingServiceImpl
2716 void TracingServiceImpl::ProducerEndpointImpl::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
2719 service_->NotifyDataSourceStarted(id_, data_source_id); in NotifyDataSourceStarted()
Dtracing_service_impl_unittest.cc1779 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F()
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto68 rpc NotifyDataSourceStarted(NotifyDataSourceStartedRequest) rpc
169 // Arguments for rpc NotifyDataSourceStarted().