Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DConcurrentState.java33 private static class ExecutorListenerPair implements Runnable { class in ConcurrentState
37 public ExecutorListenerPair(Executor executor, Runnable listener) { in ExecutorListenerPair() method in ConcurrentState.ExecutorListenerPair
51 private final Set<ExecutorListenerPair> mListeners;
68 for (ExecutorListenerPair pair : mListeners) { in update()
77 final ExecutorListenerPair pair = new ExecutorListenerPair(executor, callback); in addCallback()