/external/perfetto/include/perfetto/tracing/core/ |
D | shared_memory_arbiter.h | 76 virtual void NotifyFlushComplete(FlushRequestID) = 0;
|
D | tracing_service.h | 116 virtual void NotifyFlushComplete(FlushRequestID) = 0;
|
/external/perfetto/src/tracing/test/ |
D | fake_producer_endpoint.h | 34 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function
|
D | mock_producer.cc | 170 service_endpoint_->NotifyFlushComplete(flush_req_id); in WaitForFlush()
|
D | tracing_integration_test.cc | 503 producer_endpoint_->NotifyFlushComplete(flush_req_id); in TEST_F()
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 360 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/ |
D | lazy_producer.h | 48 endpoint_->NotifyFlushComplete(flush_id); in Flush()
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.cc | 349 void ProducerIPCClientImpl::NotifyFlushComplete(FlushRequestID req_id) { in NotifyFlushComplete() function in perfetto::ProducerIPCClientImpl 350 return shared_memory_arbiter_->NotifyFlushComplete(req_id); in NotifyFlushComplete()
|
D | producer_ipc_client_impl.h | 77 void NotifyFlushComplete(FlushRequestID) override;
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer_unittest.cc | 39 MOCK_METHOD1(NotifyFlushComplete, void(FlushRequestID));
|
D | heapprofd_producer.cc | 618 endpoint_->NotifyFlushComplete(flush_id); in FinishDataSourceFlush()
|
/external/perfetto/src/tracing/core/ |
D | shared_memory_arbiter_impl.h | 112 void NotifyFlushComplete(FlushRequestID) override;
|
D | shared_memory_arbiter_impl_unittest.cc | 41 void NotifyFlushComplete(FlushRequestID) override {} in NotifyFlushComplete() function in perfetto::__anondc8b67b30111::MockProducerEndpoint
|
D | shared_memory_arbiter_impl.cc | 359 void SharedMemoryArbiterImpl::NotifyFlushComplete(FlushRequestID req_id) { in NotifyFlushComplete() function in perfetto::SharedMemoryArbiterImpl
|
D | tracing_service_impl.h | 93 void NotifyFlushComplete(FlushRequestID) override;
|
D | tracing_service_impl_unittest.cc | 646 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()
|
D | tracing_service_impl.cc | 2666 void TracingServiceImpl::ProducerEndpointImpl::NotifyFlushComplete( in NotifyFlushComplete() function in perfetto::TracingServiceImpl::ProducerEndpointImpl 2669 return GetInProcessShmemArbiter()->NotifyFlushComplete(id); in NotifyFlushComplete()
|
/external/perfetto/test/ |
D | fake_producer.cc | 142 endpoint_->NotifyFlushComplete(flush_request_id); in Flush()
|