Searched refs:mWifiNanIface (Results 1 – 1 of 1) sorted by relevance
49 private IWifiNanIface mWifiNanIface = null; field in WifiAwareNativeManager110 return mWifiNanIface; in getWifiNanIface()120 Log.d(TAG, "tryToGetAware: mWifiNanIface=" + mWifiNanIface + ", mReferenceCount=" in tryToGetAware()124 if (mWifiNanIface != null) { in tryToGetAware()165 mWifiNanIface = iface; in tryToGetAware()176 Log.d(TAG, "releaseAware: mWifiNanIface=" + mWifiNanIface + ", mReferenceCount=" in releaseAware()180 if (mWifiNanIface == null) { in releaseAware()195 mHalDeviceManager.removeIface(mWifiNanIface); in releaseAware()196 mWifiNanIface = null; in releaseAware()203 Log.d(TAG, "awareIsDown: mWifiNanIface=" + mWifiNanIface + ", mReferenceCount =" in awareIsDown()[all …]