HomeSort by relevance Sort by last modified time
    Searched refs:async_invoker_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 136 async_invoker_(nullptr) {
145 async_invoker_(nullptr) {
295 RTC_DCHECK(!async_invoker_);
296 async_invoker_.reset(new rtc::AsyncInvoker());
312 async_invoker_.reset();
333 RTC_DCHECK(async_invoker_);
349 async_invoker_.reset();
377 RTC_DCHECK(async_invoker_);
387 async_invoker_->AsyncInvoke<void>(
406 RTC_DCHECK(async_invoker_);
    [all...]
webrtcvideocapturer.h 103 rtc::scoped_ptr<rtc::AsyncInvoker> async_invoker_; member in class:cricket::WebRtcVideoCapturer

Completed in 58 milliseconds