Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java340 android.hardware.wifi.V1_5.IWifiNanIface iface15 = mockableCastTo_1_5(iface); in getCapabilities() local
345 if (iface15 == null) { in getCapabilities()
348 status = iface15.getCapabilitiesRequest_1_5(transactionId); in getCapabilities()
396 android.hardware.wifi.V1_5.IWifiNanIface iface15 = mockableCastTo_1_5(iface); in enableAndConfigure() local
408 if (iface15 != null) { in enableAndConfigure()
466 if (iface14 != null || iface15 != null) { in enableAndConfigure()
522 if (iface15 != null) { in enableAndConfigure()
523 status = iface15.enableRequest_1_5(transactionId, req, in enableAndConfigure()
583 if (iface14 != null || iface15 != null) { in enableAndConfigure()
605 if (iface15 != null) { in enableAndConfigure()
[all …]
DWifiAwareNativeManager.java154 android.hardware.wifi.V1_5.IWifiNanIface iface15 = mockableCastTo_1_5(iface); in tryToGetAware() local
156 if (iface15 != null) { in tryToGetAware()
159 status = iface15.registerEventCallback_1_5(mWifiAwareNativeCallback); in tryToGetAware()