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

  /external/chromium_org/mojo/gles2/
gles2_support_impl.cc 44 GLES2SupportImpl::GLES2SupportImpl() : async_waiter_(NULL) {}
51 DCHECK(!async_waiter_);
53 async_waiter_ = async_waiter;
57 DCHECK(async_waiter_);
58 async_waiter_ = NULL;
67 scoped_ptr<GLES2Context> client(new GLES2Context(async_waiter_,
gles2_support_impl.h 40 const MojoAsyncWaiter* async_waiter_; member in class:mojo::gles2::GLES2SupportImpl
command_buffer_client_impl.h 108 const MojoAsyncWaiter* async_waiter_; member in class:mojo::gles2::CommandBufferClientImpl
command_buffer_client_impl.cc 58 async_waiter_(async_waiter) {
85 async_waiter_);
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 106 // Set up/signal |async_waiter_| and |async_retval_|; see declarations below.
123 // Do this by waiting on the |async_waiter_| and returning the return value in
126 base::WaitableEvent* async_waiter_; member in class:content::RTCVideoEncoder::Impl
167 async_waiter_(NULL),
404 if (async_waiter_) {
488 DCHECK(!async_waiter_);
490 async_waiter_ = waiter;
497 async_waiter_->Signal();
499 async_waiter_ = NULL;

Completed in 258 milliseconds