Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.h517 void CompleteFlush(TracingSessionID tsid,
Dtracing_service_impl.cc1116 weak_this->CompleteFlush(tsid, std::move(callback), in NotifyFlushDoneForProducer()
1142 CompleteFlush(tsid, std::move(callback), success); in OnFlushTimeout()
1145 void TracingServiceImpl::CompleteFlush(TracingSessionID tsid, in CompleteFlush() function in perfetto::TracingServiceImpl