Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc385 if (stop_complete_callback_) { in NotifyStopComplete()
386 muxer_->task_runner_->PostTask(std::move(stop_complete_callback_)); in NotifyStopComplete()
387 stop_complete_callback_ = nullptr; in NotifyStopComplete()
661 consumer->stop_complete_callback_ = cb; in SetOnStopCallback()
Dtracing_muxer_impl.h303 std::function<void()> stop_complete_callback_; variable