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

  /external/chromium_org/mojo/public/c/environment/
async_waiter.h 10 typedef uintptr_t MojoAsyncWaitID;
40 // |MojoAsyncWaitID| (see |CancelWait()|). Otherwise, an invalid (or, worse,
44 // Note that once the callback has been called, the returned |MojoAsyncWaitID|
46 MojoAsyncWaitID (*AsyncWait)(MojoHandle handle,
62 void (*CancelWait)(MojoAsyncWaitID wait_id);
  /external/chromium_org/mojo/public/python/src/
python_system_helper.h 29 MojoAsyncWaitID AsyncWait(MojoHandle handle,
34 void CancelWait(MojoAsyncWaitID wait_id);
39 typedef std::map<MojoAsyncWaitID,
python_system_helper.cc 121 MojoAsyncWaitID wait_id_;
148 MojoAsyncWaitID PythonAsyncWaiter::AsyncWait(MojoHandle handle,
156 MojoAsyncWaitID wait_id = async_waiter_->AsyncWait(
163 void PythonAsyncWaiter::CancelWait(MojoAsyncWaitID wait_id) {
  /external/chromium_org/mojo/environment/
default_async_waiter_impl.cc 22 MojoAsyncWaitID AsyncWait(MojoHandle handle,
31 return reinterpret_cast<MojoAsyncWaitID>(watcher);
34 void CancelWait(MojoAsyncWaitID wait_id) {
  /external/chromium_org/device/serial/
async_waiter.h 32 MojoAsyncWaitID id_;
  /external/chromium_org/mojo/public/cpp/environment/lib/
default_async_waiter.cc 63 MojoAsyncWaitID AsyncWait(MojoHandle handle,
76 return reinterpret_cast<MojoAsyncWaitID>(run_loop_handler);
79 void CancelWait(MojoAsyncWaitID wait_id) {
  /external/chromium_org/mojo/public/python/mojo/
c_environment.pxd 22 ctypedef intptr_t MojoAsyncWaitID
30 MojoAsyncWaitID AsyncWait(MojoHandle,
34 void CancelWait(MojoAsyncWaitID)
system.pyx 331 cdef c_environment.MojoAsyncWaitID wait_id = _ASYNC_WAITER.AsyncWait(
  /external/chromium_org/mojo/bindings/js/
drain_data.h 55 MojoAsyncWaitID wait_id_;
waiting_callback.h 53 MojoAsyncWaitID wait_id_;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
connector.h 97 MojoAsyncWaitID async_wait_id_;
  /external/chromium_org/mojo/public/cpp/environment/tests/
async_waiter_unittest.cc 42 MojoAsyncWaitID CallAsyncWait(const Handle& handle,
53 void CallCancelWait(MojoAsyncWaitID wait_id) {
  /external/chromium_org/ipc/mojo/
ipc_message_pipe_reader.h 89 MojoAsyncWaitID pipe_wait_id_;
  /external/chromium_org/mojo/android/system/
core_impl.cc 23 const MojoAsyncWaitID kInvalidHandleCancelID = 0;
340 MojoAsyncWaitID cancel_id;

Completed in 518 milliseconds