Home
last modified time | relevance | path

Searched refs:NotifyFlushComplete (Results 1 – 22 of 22) sorted by relevance

/external/perfetto/src/tracing/test/
Dfake_producer_endpoint.h36 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function
Dmock_producer.cc174 service_endpoint_->NotifyFlushComplete(flush_req_id); in WaitForFlush()
Dtracing_integration_test.cc518 producer_endpoint_->NotifyFlushComplete(flush_req_id); in TEST_F()
/external/perfetto/include/perfetto/ext/tracing/core/
Dshared_memory_arbiter.h114 virtual void NotifyFlushComplete(FlushRequestID) = 0;
Dtracing_service.h127 virtual void NotifyFlushComplete(FlushRequestID) = 0;
/external/perfetto/src/traced/probes/
Dprobes_producer.cc401 endpoint_->NotifyFlushComplete(flush_request_id); in Flush()
430 endpoint_->NotifyFlushComplete(flush_request_id); in OnDataSourceFlushComplete()
438 endpoint_->NotifyFlushComplete(flush_request_id); in OnFlushTimeout()
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h80 void NotifyFlushComplete(FlushRequestID) override;
Dproducer_ipc_client_impl.cc470 void ProducerIPCClientImpl::NotifyFlushComplete(FlushRequestID req_id) { in NotifyFlushComplete() function in perfetto::ProducerIPCClientImpl
471 return shared_memory_arbiter_->NotifyFlushComplete(req_id); in NotifyFlushComplete()
/external/perfetto/src/tracing/internal/
Dtracing_backend_fake.cc69 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function in perfetto::internal::__anon25205a9c0111::UnsupportedProducerEndpoint
Dtracing_muxer_impl.cc222 service_->NotifyFlushComplete(flush_id); in Flush()
/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl.h149 void NotifyFlushComplete(FlushRequestID) override;
Dtracing_service_impl.h110 void NotifyFlushComplete(FlushRequestID) override;
Dshared_memory_arbiter_impl.cc753 void SharedMemoryArbiterImpl::NotifyFlushComplete(FlushRequestID req_id) { in NotifyFlushComplete() function in perfetto::SharedMemoryArbiterImpl
Dshared_memory_arbiter_impl_unittest.cc46 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function in perfetto::MockProducerEndpoint
Dtracing_service_impl_unittest.cc704 producer->endpoint()->NotifyFlushComplete(flush_req_id); in TEST_F()
708 producer->endpoint()->NotifyFlushComplete(flush_req_id); in TEST_F()
2003 producer->endpoint()->NotifyFlushComplete(flush_req_id); in TEST_F()
Dtracing_service_impl.cc3762 void TracingServiceImpl::ProducerEndpointImpl::NotifyFlushComplete( in NotifyFlushComplete() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
3766 return MaybeSharedMemoryArbiter()->NotifyFlushComplete(id); in NotifyFlushComplete()
/external/perfetto/src/traced/service/
Dbuiltin_producer.cc177 endpoint_->NotifyFlushComplete(flush_id); in Flush()
/external/perfetto/test/
Dfake_producer.cc162 endpoint_->NotifyFlushComplete(flush_request_id); in Flush()
/external/perfetto/src/profiling/memory/
Djava_hprof_producer.cc161 endpoint_->NotifyFlushComplete(flush_id); in Flush()
Dheapprofd_producer_unittest.cc38 MOCK_METHOD1(NotifyFlushComplete, void(FlushRequestID));
Dheapprofd_producer.cc793 endpoint_->NotifyFlushComplete(flush_id); in Flush()
807 endpoint_->NotifyFlushComplete(flush_id); in FinishDataSourceFlush()
/external/perfetto/src/profiling/perf/
Dperf_producer.cc433 endpoint_->NotifyFlushComplete(flush_id); in Flush()