Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiScanner.java1684 private static class ListenerWithExecutor { class in WifiScanner
1688 ListenerWithExecutor(@Nullable Object listener, @Nullable Executor executor) { in ListenerWithExecutor() method in WifiScanner.ListenerWithExecutor
1694 private ListenerWithExecutor getListenerWithExecutor(int key) { in getListenerWithExecutor()
1695 if (key == INVALID_KEY) return new ListenerWithExecutor(null, null); in getListenerWithExecutor()
1699 return new ListenerWithExecutor(listener, executor); in getListenerWithExecutor()
1792 ListenerWithExecutor listenerWithExecutor = getListenerWithExecutor(msg.arg2); in handleMessage()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaDrm.java1165 private final Map<Integer, ListenerWithExecutor> mListenerMap = new ConcurrentHashMap<>();
1191 mListenerMap.put(what, new ListenerWithExecutor(executor, converter.apply(listener)));
1278 private static class ListenerWithExecutor {
1282 public ListenerWithExecutor(Executor executor, Consumer<ListenerArgs> consumer) {
1324 ListenerWithExecutor listener = md.mListenerMap.get(what);
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes4579 android.media.MediaDrm$ListenerWithExecutor
H A Dboot-image-profile.txt27780 Landroid/media/MediaDrm$ListenerWithExecutor;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes4577 android.media.MediaDrm$ListenerWithExecutor
H A Dboot-image-profile.txt37417 Landroid/media/MediaDrm$ListenerWithExecutor;