Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtracing_service_impl.h379 bool ReadBuffersIntoFile(TracingSessionID);
H A Dtracing_service_impl.cc1334 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::TracingServiceImpl
2388 weak_runner_.PostDelayedTask([this, tsid] { ReadBuffersIntoFile(tsid); }, in ReadBuffersIntoFile()