Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java458 new InterfaceDestroyedListenerProxy(name, destroyedListener, handler)); in registerDestroyedListener()
710 public Set<InterfaceDestroyedListenerProxy> destroyedListeners = new HashSet<>();
1703 new InterfaceDestroyedListenerProxy( in createIfaceIfPossible()
2415 for (InterfaceDestroyedListenerProxy listener : entry.destroyedListeners) { in dispatchDestroyedListeners()
2427 List<InterfaceDestroyedListenerProxy> triggerList = new ArrayList<>(); in dispatchAllDestroyedListeners()
2430 for (InterfaceDestroyedListenerProxy listener : cacheEntry.destroyedListeners) { in dispatchAllDestroyedListeners()
2438 for (InterfaceDestroyedListenerProxy listener : triggerList) { in dispatchAllDestroyedListeners()
2501 private class InterfaceDestroyedListenerProxy extends class in HalDeviceManager
2504 InterfaceDestroyedListenerProxy(@NonNull String ifaceName, in InterfaceDestroyedListenerProxy() method in HalDeviceManager.InterfaceDestroyedListenerProxy