Searched refs:mInterfaceDestroyedListener (Results 1 – 2 of 2) sorted by relevance
51 private InterfaceDestroyedListener mInterfaceDestroyedListener; field in WifiAwareNativeManager134 mInterfaceDestroyedListener = new InterfaceDestroyedListener(); in tryToGetAware()135 mNanIface = mWifiNative.createNanIface(mInterfaceDestroyedListener, in tryToGetAware()179 mInterfaceDestroyedListener.active = false; in releaseAware()180 mInterfaceDestroyedListener = null; in releaseAware()
69 private InterfaceDestroyedListenerInternal mInterfaceDestroyedListener; field in WifiP2pNative79 mInterfaceDestroyedListener.teardownAndInvalidate(mP2pIface.name); in onDeath()211 mInterfaceDestroyedListener, handler, requestorWs); in createP2pIface()236 mInterfaceDestroyedListener = (null == destroyedListener) in setupInterface()239 mP2pIface = mWifiNative.createP2pIface(mInterfaceDestroyedListener, handler, in setupInterface()298 if (null != mInterfaceDestroyedListener) { in teardownInterface()299 mInterfaceDestroyedListener.teardownAndInvalidate(ifaceName); in teardownInterface()