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

  /external/webrtc/webrtc/base/
asyncinvoker.h 47 // invoker_.AsyncInvoke<int>(
53 // invoker_.AsyncInvoke<void>(
77 void AsyncInvoke(Thread* thread, const FunctorT& functor, uint32_t id = 0) {
97 void AsyncInvoke(Thread* thread,
111 void AsyncInvoke(Thread* thread,
151 // thread dies, any further calls to AsyncInvoke() will be safely ignored.
166 bool AsyncInvoke(const FunctorT& functor, uint32_t id = 0) {
170 invoker_.AsyncInvoke<ReturnT, FunctorT>(thread_, functor, id);
191 bool AsyncInvoke(const FunctorT& functor,
198 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(thread_, functor, callback
    [all...]
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(FunctorC(), &GuardedAsyncInvokeTest::IntCallback
    [all...]
asyncinvoker.cc 119 invoker_->AsyncInvoke<void>(calling_thread_, callback_);
  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 132 invoker_->AsyncInvoke<void>(rtc::Bind(method, capturer_, args...));
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 387 async_invoker_->AsyncInvoke<void>(
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.cc 323 invoker_.AsyncInvoke<void>(

Completed in 680 milliseconds