Home
last modified time | relevance | path

Searched refs:invoker_ (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dasyncinvoker.h170 invoker_.AsyncInvoke<ReturnT, FunctorT>(thread_, functor, id);
183 invoker_.AsyncInvokeDelayed<ReturnT, FunctorT>(thread_, functor, delay_ms,
198 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(thread_, functor, callback,
213 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(thread_, functor, callback,
224 AsyncInvoker invoker_ GUARDED_BY(crit_);
Dasyncinvoker.cc92 invoker_.Flush(thread_, id); in Flush()
105 : invoker_(invoker), calling_thread_(calling_thread) { in NotifyingAsyncClosureBase()
119 invoker_->AsyncInvoke<void>(calling_thread_, callback_); in TriggerCallback()
Dthread_unittest.cc555 CreateInvoker(scoped_ptr<GuardedAsyncInvoker>* invoker) : invoker_(invoker) {} in CreateInvoker()
556 void operator()() { invoker_->reset(new GuardedAsyncInvoker()); } in operator ()()
557 scoped_ptr<GuardedAsyncInvoker>* invoker_; member
Dasyncinvoker-inl.h72 AsyncInvoker* invoker_; variable
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.cc84 RTC_CHECK(invoker_.get() == nullptr); in Start()
86 invoker_.reset(new rtc::GuardedAsyncInvoker()); in Start()
112 invoker_ = nullptr; in Stop()
128 if (!invoker_) { in AsyncCapturerInvoke()
132 invoker_->AsyncInvoke<void>(rtc::Bind(method, capturer_, args...)); in AsyncCapturerInvoke()
Dandroidvideocapturer_jni.h107 rtc::scoped_ptr<rtc::GuardedAsyncInvoker> invoker_ GUARDED_BY(capturer_lock_);
/external/webrtc/webrtc/p2p/stunprober/
Dstunprober.cc323 invoker_.AsyncInvoke<void>( in OnServerResolved()
418 invoker_.AsyncInvokeDelayed<void>( in MaybeScheduleStunRequests()
430 invoker_.AsyncInvokeDelayed<void>( in MaybeScheduleStunRequests()
Dstunprober.h240 rtc::AsyncInvoker invoker_; variable
/external/webrtc/webrtc/p2p/base/
Dturnport.h133 rtc::AsyncInvoker* invoker() { return &invoker_; } in invoker()
278 rtc::AsyncInvoker invoker_; variable
Dturnport.cc1004 invoker_.AsyncInvokeDelayed<void>( in ScheduleEntryDestruction()