Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaDrm.java751 private final Map<Integer, ListenerWithExecutor> mListenerMap = new ConcurrentHashMap<>();
777 mListenerMap.put(what, new ListenerWithExecutor(executor, converter.apply(listener)));
864 private static class ListenerWithExecutor {
868 public ListenerWithExecutor(Executor executor, Consumer<ListenerArgs> consumer) {
910 ListenerWithExecutor listener = md.mListenerMap.get(what);
/frameworks/base/wifi/java/android/net/wifi/
DWifiScanner.java1509 private static class ListenerWithExecutor { class in WifiScanner
1513 ListenerWithExecutor(@Nullable Object listener, @Nullable Executor executor) { in ListenerWithExecutor() method in WifiScanner.ListenerWithExecutor
1519 private ListenerWithExecutor getListenerWithExecutor(int key) { in getListenerWithExecutor()
1520 if (key == INVALID_KEY) return new ListenerWithExecutor(null, null); in getListenerWithExecutor()
1524 return new ListenerWithExecutor(listener, executor); in getListenerWithExecutor()
1617 ListenerWithExecutor listenerWithExecutor = getListenerWithExecutor(msg.arg2); in handleMessage()
/frameworks/base/config/
Dpreloaded-classes3769 android.media.MediaDrm$ListenerWithExecutor
Dboot-image-profile.txt43955 Landroid/media/MediaDrm$ListenerWithExecutor;