Home
last modified time | relevance | path

Searched refs:MojoAsyncWaitID (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/android/system/
Dcore_impl.cc27 using MojoAsyncWaitID = uintptr_t; typedef
28 const MojoAsyncWaitID kInvalidHandleCancelID = 0;
377 MojoAsyncWaitID cancel_id; in AsyncWait()
380 cancel_id = reinterpret_cast<MojoAsyncWaitID>(watcher); in AsyncWait()
410 static_cast<MojoAsyncWaitID>(id)); in CancelAsyncWait()