Searched refs:video_capture_task_runner_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/remoting/host/
H A Dchromoting_host_context.cc37 video_capture_task_runner_ =
58 !context->video_capture_task_runner_.get() ||
94 return video_capture_task_runner_;
H A Dchromoting_host_context.h83 scoped_refptr<AutoThreadTaskRunner> video_capture_task_runner_; member in class:remoting::ChromotingHostContext
H A Ddesktop_session_agent.cc122 video_capture_task_runner_(video_capture_task_runner),
183 DCHECK(video_capture_task_runner_->BelongsToCurrentThread());
305 video_capture_task_runner_->PostTask(
311 DCHECK(video_capture_task_runner_->BelongsToCurrentThread());
334 DCHECK(video_capture_task_runner_->BelongsToCurrentThread());
428 video_capture_task_runner_->PostTask(
435 if (!video_capture_task_runner_->BelongsToCurrentThread()) {
436 video_capture_task_runner_->PostTask(
561 DCHECK(video_capture_task_runner_->BelongsToCurrentThread());
573 DCHECK(video_capture_task_runner_
[all...]
H A Ddesktop_session_proxy.cc114 video_capture_task_runner_(video_capture_task_runner),
322 DCHECK(video_capture_task_runner_->BelongsToCurrentThread());
329 DCHECK(video_capture_task_runner_->BelongsToCurrentThread());
547 video_capture_task_runner_->PostTask(
557 video_capture_task_runner_->PostTask(
H A Dchromoting_host.cc77 video_capture_task_runner_(video_capture_task_runner),
309 video_capture_task_runner_,
H A Dchromoting_host.h180 scoped_refptr<base::SingleThreadTaskRunner> video_capture_task_runner_; member in class:remoting::ChromotingHost
H A Ddesktop_session_agent.h147 // Posted to |video_capture_task_runner_| to start the video capturer and the
151 // Posted to |video_capture_task_runner_| to stop the video capturer and the
175 scoped_refptr<AutoThreadTaskRunner> video_capture_task_runner_; member in class:remoting::DesktopSessionAgent
H A Ddesktop_session_proxy.h110 // called on the |video_capture_task_runner_| thread.
114 // the |video_capture_task_runner_| thread.
119 // Called on the |video_capture_task_runner_| thread.
183 // - |video_capturer_| is called back on |video_capture_task_runner_|.
187 scoped_refptr<base::SingleThreadTaskRunner> video_capture_task_runner_; member in class:remoting::DesktopSessionProxy
H A Dclient_session.cc66 video_capture_task_runner_(video_capture_task_runner),
457 video_capture_task_runner_,
H A Dclient_session.h222 scoped_refptr<base::SingleThreadTaskRunner> video_capture_task_runner_; member in class:remoting::ClientSession

Completed in 410 milliseconds