Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dmock_producer.cc202 void MockProducer::WaitForFlush(std::vector<TraceWriter*> writers_to_flush, in WaitForFlush() argument
206 [this, writers_to_flush, reply](FlushRequestID flush_req_id, in WaitForFlush()
208 for (auto* writer : writers_to_flush) in WaitForFlush()
Dmock_producer.h81 void WaitForFlush(std::vector<TraceWriter*> writers_to_flush,