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.cc158 void MockProducer::WaitForFlush(TraceWriter* writer_to_flush, bool reply) { in WaitForFlush() argument
160 if (writer_to_flush) in WaitForFlush()
161 writers.push_back(writer_to_flush); in WaitForFlush()
Dmock_producer.h71 void WaitForFlush(TraceWriter* writer_to_flush, bool reply = true);