Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java503 private class AsyncWaiterCancellableImpl implements AsyncWaiter.Cancellable { class in CoreImpl
508 private AsyncWaiterCancellableImpl(long id, long dataPtr) { in AsyncWaiterCancellableImpl() method in CoreImpl.AsyncWaiterCancellableImpl
534 private AsyncWaiterCancellableImpl newAsyncWaiterCancellableImpl(long id, long dataPtr) { in newAsyncWaiterCancellableImpl()
535 return new AsyncWaiterCancellableImpl(id, dataPtr); in newAsyncWaiterCancellableImpl()
540 int mojoResult, AsyncWaiter.Callback callback, AsyncWaiterCancellableImpl cancellable) { in onAsyncWaitResult()
632 private native AsyncWaiterCancellableImpl nativeAsyncWait( in nativeAsyncWait()