Lines Matching refs:Invoke
126 worker_thread_->Invoke<void>(Bind( in ~ChannelManager()
196 worker_thread_->Invoke<bool>(rtc::Bind( in Init()
200 initialized_ = worker_thread_->Invoke<bool>(Bind( in Init()
228 worker_thread_->Invoke<void>(Bind(&ChannelManager::Terminate_w, this)); in Terminate()
256 return worker_thread_->Invoke<VoiceChannel*>( in CreateVoiceChannel()
289 worker_thread_->Invoke<void>( in DestroyVoiceChannel()
314 return worker_thread_->Invoke<VideoChannel*>( in CreateVideoChannel()
347 worker_thread_->Invoke<void>( in DestroyVideoChannel()
372 return worker_thread_->Invoke<DataChannel*>( in CreateDataChannel()
406 worker_thread_->Invoke<void>( in DestroyDataChannel()
429 return worker_thread_->Invoke<bool>( in GetOutputVolume()
436 ret &= worker_thread_->Invoke<bool>( in SetOutputVolume()
452 worker_thread_->Invoke<void>(rtc::Bind(&ChannelManager::GetSupportedFormats_w, in GetSupportedFormats()
471 return initialized_ && worker_thread_->Invoke<bool>( in StartVideoCapture()
481 worker_thread_->Invoke<void>( in MuteToBlackThenPause()
488 return initialized_ && worker_thread_->Invoke<bool>( in StopVideoCapture()
498 return initialized_ && worker_thread_->Invoke<bool>( in RestartVideoCapture()
505 return initialized_ && worker_thread_->Invoke<bool>( in AddVideoRenderer()
512 return initialized_ && worker_thread_->Invoke<bool>( in RemoveVideoRenderer()
518 return initialized_ && worker_thread_->Invoke<bool>( in IsScreencastRunning()
554 return worker_thread_->Invoke<bool>( in StartAecDump()
559 worker_thread_->Invoke<void>( in StopAecDump()
564 return worker_thread_->Invoke<bool>( in StartRtcEventLog()
569 worker_thread_->Invoke<void>( in StopRtcEventLog()