Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc364 if (start_complete_callback_) { in NotifyStartComplete()
365 muxer_->task_runner_->PostTask(std::move(start_complete_callback_)); in NotifyStartComplete()
366 start_complete_callback_ = nullptr; in NotifyStartComplete()
454 if (start_complete_callback_ || blocking_start_complete_callback_) { in OnObservableEvents()
631 consumer->start_complete_callback_ = cb; in SetOnStartCallback()
Dtracing_muxer_impl.h292 std::function<void()> start_complete_callback_; variable