Searched defs:async_waiter_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/public/python/src/
H A Dpython_system_helper.h44 const MojoAsyncWaiter* async_waiter_; member in class:mojo::python::PythonAsyncWaiter
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.h99 const MojoAsyncWaiter* async_waiter_; member in class:mojo::gles2::CommandBufferClientImpl
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc143 // 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 191 milliseconds