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

  /external/chromium_org/mojo/public/c/environment/
async_waiter.h 19 // |AsyncWait()| that provided |wait_id| was called on.
32 // |callback| will not be called in the nested context of |AsyncWait()|, but
34 // argument as well as the result of the wait. For each call to |AsyncWait()|,
46 MojoAsyncWaitID (*AsyncWait)(MojoHandle handle,
53 // |AsyncWait()|. This may only be called from the same thread on which the
54 // corresponding |AsyncWait()| was called, and may only be called if the
55 // callback to |AsyncWait()| has not been called.
57 // Once this has been called, the callback provided to |AsyncWait()| will not
59 // handle provided to |AsyncWait()|. (I.e., the implementation of this
  /external/chromium_org/mojo/bindings/js/
support.cc 24 WaitingCallback* AsyncWait(const gin::Arguments& args,
49 .SetMethod("asyncWait", AsyncWait)
waiting_callback.cc 31 waiting_callback->wait_id_ = Environment::GetDefaultAsyncWaiter()->AsyncWait(
drain_data.cc 44 wait_id_ = Environment::GetDefaultAsyncWaiter()->AsyncWait(
  /external/chromium_org/mojo/environment/
default_async_waiter_impl.cc 22 MojoAsyncWaitID AsyncWait(MojoHandle handle,
39 AsyncWait,
  /external/chromium_org/device/serial/
async_waiter.cc 15 id_ = waiter_->AsyncWait(handle.value(),
  /external/chromium_org/mojo/public/python/src/
python_system_helper.h 29 MojoAsyncWaitID AsyncWait(MojoHandle handle,
python_system_helper.cc 148 MojoAsyncWaitID PythonAsyncWaiter::AsyncWait(MojoHandle handle,
156 MojoAsyncWaitID wait_id = async_waiter_->AsyncWait(
  /external/chromium_org/mojo/public/cpp/environment/lib/
default_async_waiter.cc 17 // RunLoopHandler implementation used for a request to AsyncWait(). There are
63 MojoAsyncWaitID AsyncWait(MojoHandle handle,
88 AsyncWait,
  /external/chromium_org/mojo/python/tests/
async_wait_unittest.py 19 self.cancel = self.handles.handle0.AsyncWait(system.HANDLE_SIGNAL_READABLE,
  /external/chromium_org/mojo/public/python/mojo/
c_environment.pxd 30 MojoAsyncWaitID AsyncWait(MojoHandle,
system.pyx 327 def AsyncWait(self, signals, deadline, callback):
331 cdef c_environment.MojoAsyncWaitID wait_id = _ASYNC_WAITER.AsyncWait(
  /external/chromium_org/ipc/mojo/
ipc_message_pipe_reader.cc 51 pipe_wait_id_ = mojo::Environment::GetDefaultAsyncWaiter()->AsyncWait(
  /external/chromium_org/mojo/public/cpp/bindings/lib/
connector.cc 137 async_wait_id_ = waiter_->AsyncWait(message_pipe_.get().value(),
  /external/chromium_org/mojo/public/cpp/environment/tests/
async_waiter_unittest.cc 45 return Environment::GetDefaultAsyncWaiter()->AsyncWait(
  /external/chromium_org/mojo/android/system/
core_impl.cc 22 // |AsyncWait| is guaranteed never to return 0.
332 static jobject AsyncWait(JNIEnv* env,
342 cancel_id = Environment::GetDefaultAsyncWaiter()->AsyncWait(
  /external/chromium_org/mojo/public/python/mojo/bindings/
messaging.py 256 self._cancellable = self._handle.AsyncWait(

Completed in 469 milliseconds