Searched defs:async_waiter (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/mojo/gles2/
H A Dgles2_impl.cc27 const MojoAsyncWaiter* async_waiter) {
31 async_waiter, scoped_handle.Pass(), lost_callback, closure));
24 MojoGLES2CreateContext(MojoHandle handle, MojoGLES2ContextLost lost_callback, void* closure, const MojoAsyncWaiter* async_waiter) argument
H A Dgles2_context.cc23 GLES2Context::GLES2Context(const MojoAsyncWaiter* async_waiter, argument
27 : command_buffer_(this, async_waiter, command_buffer_handle.Pass()),
H A Dcommand_buffer_client_impl.cc80 const MojoAsyncWaiter* async_waiter,
86 async_waiter_(async_waiter) {
87 command_buffer_.Bind(command_buffer_handle.Pass(), async_waiter);
78 CommandBufferClientImpl( CommandBufferDelegate* delegate, const MojoAsyncWaiter* async_waiter, ScopedMessagePipeHandle command_buffer_handle) argument
/external/chromium_org/mojo/public/platform/native/
H A Dgles2_thunks.cc18 const MojoAsyncWaiter* async_waiter) {
21 handle, lost_callback, closure, async_waiter);
15 MojoGLES2CreateContext(MojoHandle handle, MojoGLES2ContextLost lost_callback, void* closure, const MojoAsyncWaiter* async_waiter) argument
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc89 // its own thread, hence the |async_waiter| and |async_retval| arguments.
93 base::WaitableEvent* async_waiter,
97 // its own thread, hence the |async_waiter| and |async_retval| arguments.
100 base::WaitableEvent* async_waiter,
218 base::WaitableEvent* async_waiter,
223 RegisterAsyncWaiter(async_waiter, async_retval);
249 base::WaitableEvent* async_waiter,
255 RegisterAsyncWaiter(async_waiter, async_retval);
214 CreateAndInitializeVEA( const gfx::Size& input_visible_size, uint32 bitrate, media::VideoCodecProfile profile, base::WaitableEvent* async_waiter, int32_t* async_retval) argument
247 Enqueue(const webrtc::I420VideoFrame* input_frame, bool force_keyframe, base::WaitableEvent* async_waiter, int32_t* async_retval) argument

Completed in 115 milliseconds