Home
last modified time | relevance | path

Searched refs:NotifyFlushDoneForProducer (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/core/
Dtracing_service_impl.h237 void NotifyFlushDoneForProducer(ProducerID, FlushRequestID);
Dtracing_service_impl.cc1100 void TracingServiceImpl::NotifyFlushDoneForProducer( in NotifyFlushDoneForProducer() function in perfetto::TracingServiceImpl
2595 service_->NotifyFlushDoneForProducer(id_, req_untrusted.flush_request_id()); in CommitData()