Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dasyncinvoker.h100 HostT* callback_host,
104 this, Thread::Current(), functor, callback, callback_host));
114 HostT* callback_host,
118 this, Thread::Current(), functor, callback, callback_host));
193 HostT* callback_host,
199 callback_host, id);
208 HostT* callback_host,
214 callback_host, id);
Dasyncinvoker-inl.h86 HostT* callback_host) in NotifyingAsyncClosure() argument
90 callback_host_(callback_host) {} in NotifyingAsyncClosure()
114 HostT* callback_host) in NotifyingAsyncClosure() argument
117 SetCallback(Callback0<void>(Bind(callback, callback_host))); in NotifyingAsyncClosure()