Searched refs:onCancel (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ | ||
D | Cancellable.java | 38 void onCancel(PendingFuture<?,?> task); in onCancel() method |
D | PendingFuture.java | 233 ((Cancellable)channel()).onCancel(this); in cancel() |
D | AsynchronousServerSocketChannelImpl.java | 142 public final void onCancel(PendingFuture<?,?> task) { in onCancel() method in AsynchronousServerSocketChannelImpl |
D | UnixAsynchronousSocketChannelImpl.java | 258 public void onCancel(PendingFuture<?,?> task) { in onCancel() method in UnixAsynchronousSocketChannelImpl |