Searched refs:AsyncInvoke (Results 1 - 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ |
H A D | asyncinvoker.h | 47 // invoker_.AsyncInvoke<int>( 53 // invoker_.AsyncInvoke<void>( 77 void AsyncInvoke(Thread* thread, const FunctorT& functor, uint32_t id = 0) { function in class:rtc::AsyncInvoker 97 void AsyncInvoke(Thread* thread, function in class:rtc::AsyncInvoker 111 void AsyncInvoke(Thread* thread, function in class:rtc::AsyncInvoker 151 // thread dies, any further calls to AsyncInvoke() will be safely ignored. 166 bool AsyncInvoke(const FunctorT& functor, uint32_t id = 0) { function in class:rtc::GuardedAsyncInvoker 170 invoker_.AsyncInvoke<ReturnT, FunctorT>(thread_, functor, id); 191 bool AsyncInvoke(const FunctorT& functor, function in class:rtc::GuardedAsyncInvoker 198 invoker_.AsyncInvoke<Return 206 bool AsyncInvoke(const FunctorT& functor, function in class:rtc::GuardedAsyncInvoker [all...] |
H A D | thread_unittest.cc | 361 invoker.AsyncInvoke<void>( 388 invoker->AsyncInvoke(thread, FunctorC(), 416 invoker.AsyncInvoke<void>(&thread, FunctorB(&called)); 427 invoker.AsyncInvoke(&thread, FunctorA(), 440 invoker.AsyncInvoke(&thread, FunctorC(), 488 invoker.AsyncInvoke<void>(Thread::Current(), 490 invoker.AsyncInvoke<void>(Thread::Current(), 506 invoker.AsyncInvoke<void>(Thread::Current(), 509 invoker.AsyncInvoke<void>(Thread::Current(), 533 invoker->AsyncInvoke(Functor [all...] |
H A D | asyncinvoker.cc | 119 invoker_->AsyncInvoke<void>(calling_thread_, callback_);
|
/external/webrtc/talk/app/webrtc/java/jni/ |
H A D | androidvideocapturer_jni.cc | 132 invoker_->AsyncInvoke<void>(rtc::Bind(method, capturer_, args...));
|
/external/webrtc/talk/media/webrtc/ |
H A D | webrtcvideocapturer.cc | 387 async_invoker_->AsyncInvoke<void>(
|
/external/webrtc/webrtc/p2p/stunprober/ |
H A D | stunprober.cc | 323 invoker_.AsyncInvoke<void>(
|
Completed in 276 milliseconds