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.cc154 void MockProducer::WaitForFlush(TraceWriter* writer_to_flush, bool reply) { in WaitForFlush() argument
156 if (writer_to_flush) in WaitForFlush()
157 writers.push_back(writer_to_flush); in WaitForFlush()
Dmock_producer.h68 void WaitForFlush(TraceWriter* writer_to_flush, bool reply = true);