Searched refs:start_complete_callback_ (Results 1 – 2 of 2) sorted by relevance
364 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()
292 std::function<void()> start_complete_callback_; variable