HomeSort by relevance Sort by last modified time
    Searched defs:async_waiter_ (Results 1 - 3 of 3) 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
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.h 99 const MojoAsyncWaiter* async_waiter_; member in class:mojo::gles2::CommandBufferClientImpl
  /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 1922 milliseconds