Searched refs:ReadBuffersIntoFile (Results 1 – 2 of 2) sorted by relevance
379 bool ReadBuffersIntoFile(TracingSessionID);
1334 weak_runner_.PostDelayedTask([this, tsid] { ReadBuffersIntoFile(tsid); }, in StartTracing()1865 ReadBuffersIntoFile(tracing_session->id); in DisableTracingNotifyConsumerAndFlushFile()2344 bool TracingServiceImpl::ReadBuffersIntoFile(TracingSessionID tsid) { in ReadBuffersIntoFile() function in perfetto::TracingServiceImpl2388 weak_runner_.PostDelayedTask([this, tsid] { ReadBuffersIntoFile(tsid); }, in ReadBuffersIntoFile()