Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java49 private InterfaceDestroyedListener mInterfaceDestroyedListener; field in WifiAwareNativeManager
143 mInterfaceDestroyedListener = new InterfaceDestroyedListener(); in tryToGetAware()
144 IWifiNanIface iface = mHalDeviceManager.createNanIface(mInterfaceDestroyedListener, in tryToGetAware()
206 mInterfaceDestroyedListener.active = false; in releaseAware()
207 mInterfaceDestroyedListener = null; in releaseAware()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java55 private InterfaceDestroyedListenerInternal mInterfaceDestroyedListener; field in WifiP2pNative
163 .createP2pIface(mInterfaceDestroyedListener, handler, requestorWs); in createP2pIface()
193 mInterfaceDestroyedListener = in setupInterface()
229 mInterfaceDestroyedListener.teardownAndInvalidate(ifaceName); in teardownInterface()
235 mInterfaceDestroyedListener.teardownAndInvalidate(ifaceName); in teardownInterface()