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