Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeManager.java48 private IWifiNanIface mWifiNanIface = null; field in WifiAwareNativeManager
119 return mWifiNanIface; in getWifiNanIface()
133 if (mWifiNanIface != null) { in tryToGetAware()
178 mWifiNanIface = iface; in tryToGetAware()
193 if (mWifiNanIface == null) { in releaseAware()
208 mHalDeviceManager.removeIface(mWifiNanIface); in releaseAware()
209 mWifiNanIface = null; in releaseAware()
224 if (mWifiNanIface == null) { in replaceRequestorWs()
243 mWifiNanIface = null; in awareIsDown()
259 if (active && mWifiNanIface != null) { in onDestroyed()
[all …]