Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/core/
Dshared_memory_arbiter.h76 virtual void NotifyFlushComplete(FlushRequestID) = 0;
Dtracing_service.h116 virtual void NotifyFlushComplete(FlushRequestID) = 0;
/external/perfetto/src/tracing/test/
Dfake_producer_endpoint.h34 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function
Dmock_producer.cc170 service_endpoint_->NotifyFlushComplete(flush_req_id); in WaitForFlush()
Dtracing_integration_test.cc503 producer_endpoint_->NotifyFlushComplete(flush_req_id); in TEST_F()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc360 endpoint_->NotifyFlushComplete(flush_request_id); in Flush()
389 endpoint_->NotifyFlushComplete(flush_request_id); in OnDataSourceFlushComplete()
397 endpoint_->NotifyFlushComplete(flush_request_id); in OnFlushTimeout()
/external/perfetto/src/traced/service/
Dlazy_producer.h48 endpoint_->NotifyFlushComplete(flush_id); in Flush()
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc349 void ProducerIPCClientImpl::NotifyFlushComplete(FlushRequestID req_id) { in NotifyFlushComplete() function in perfetto::ProducerIPCClientImpl
350 return shared_memory_arbiter_->NotifyFlushComplete(req_id); in NotifyFlushComplete()
Dproducer_ipc_client_impl.h77 void NotifyFlushComplete(FlushRequestID) override;
/external/perfetto/src/profiling/memory/
Dheapprofd_producer_unittest.cc39 MOCK_METHOD1(NotifyFlushComplete, void(FlushRequestID));
Dheapprofd_producer.cc618 endpoint_->NotifyFlushComplete(flush_id); in FinishDataSourceFlush()
/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl.h112 void NotifyFlushComplete(FlushRequestID) override;
Dshared_memory_arbiter_impl_unittest.cc41 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function in perfetto::__anondc8b67b30111::MockProducerEndpoint
Dshared_memory_arbiter_impl.cc359 void SharedMemoryArbiterImpl::NotifyFlushComplete(FlushRequestID req_id) { in NotifyFlushComplete() function in perfetto::SharedMemoryArbiterImpl
Dtracing_service_impl.h93 void NotifyFlushComplete(FlushRequestID) override;
Dtracing_service_impl_unittest.cc646 producer->endpoint()->NotifyFlushComplete(flush_req_id); in TEST_F()
650 producer->endpoint()->NotifyFlushComplete(flush_req_id); in TEST_F()
1630 producer->endpoint()->NotifyFlushComplete(flush_req_id); in TEST_F()
Dtracing_service_impl.cc2666 void TracingServiceImpl::ProducerEndpointImpl::NotifyFlushComplete( in NotifyFlushComplete() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
2669 return GetInProcessShmemArbiter()->NotifyFlushComplete(id); in NotifyFlushComplete()
/external/perfetto/test/
Dfake_producer.cc142 endpoint_->NotifyFlushComplete(flush_request_id); in Flush()