Home
last modified time | relevance | path

Searched refs:FlushCallback (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/include/perfetto/tracing/core/
Dtracing_service.h175 using FlushCallback = std::function<void(bool /*success*/)>; variable
176 virtual void Flush(uint32_t timeout_ms, FlushCallback) = 0;
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h180 void Flush(uint32_t timeout_ms, FlushCallback) override;
255 ConsumerEndpoint::FlushCallback);
332 ConsumerEndpoint::FlushCallback callback;
518 ConsumerEndpoint::FlushCallback callback,
Dtracing_service_impl.cc1043 ConsumerEndpoint::FlushCallback callback) { in Flush()
1146 ConsumerEndpoint::FlushCallback callback, in CompleteFlush()
2359 FlushCallback callback) { in Flush()
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.h68 void Flush(uint32_t timeout_ms, FlushCallback) override;
Dconsumer_ipc_client_impl.cc198 void ConsumerIPCClientImpl::Flush(uint32_t timeout_ms, FlushCallback callback) { in Flush()