Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dmock_producer.cc195 void MockProducer::WaitForFlush(TraceWriter* writer_to_flush, bool reply) { in WaitForFlush() argument
197 if (writer_to_flush) in WaitForFlush()
198 writers.push_back(writer_to_flush); in WaitForFlush()
Dmock_producer.h79 void WaitForFlush(TraceWriter* writer_to_flush, bool reply = true);