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

  /external/chromium_org/mojo/public/python/src/
python_system_helper.h 44 const MojoAsyncWaiter* async_waiter_; member in class:mojo::python::PythonAsyncWaiter
python_system_helper.cc 137 async_waiter_ = Environment::GetDefaultAsyncWaiter();
144 async_waiter_->CancelWait(it->first);
156 MojoAsyncWaitID wait_id = async_waiter_->AsyncWait(
165 async_waiter_->CancelWait(wait_id);
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.h 99 const MojoAsyncWaiter* async_waiter_; member in class:mojo::gles2::CommandBufferClientImpl
command_buffer_client_impl.cc 86 async_waiter_(async_waiter) {
109 WeakBindToProxy(new SyncClientImpl(), &sync_client, async_waiter_));
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 143 // Set up/signal |async_waiter_| and |async_retval_|; see declarations below.
160 // Do this by waiting on the |async_waiter_| and returning the return value in
163 base::WaitableEvent* async_waiter_; member in class:content::RTCVideoEncoder::Impl
204 async_waiter_(NULL),
441 if (async_waiter_) {
525 DCHECK(!async_waiter_);
527 async_waiter_ = waiter;
534 async_waiter_->Signal();
536 async_waiter_ = NULL;

Completed in 265 milliseconds