Home
last modified time | relevance | path

Searched refs:DoInvoke (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dasyncinvoker.h80 DoInvoke(thread, closure, id);
105 DoInvoke(thread, closure, id);
119 DoInvoke(thread, closure, id);
134 void DoInvoke(Thread* thread,
Dasyncinvoker.cc58 void AsyncInvoker::DoInvoke(Thread* thread, in DoInvoke() function in rtc::AsyncInvoker