Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java268 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createStaIface() argument
271 destroyedListener, handler, requestorWs); in createStaIface()
289 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createStaIface()
292 destroyedListener, handler, requestorWs); in createStaIface()
300 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createApIface() argument
303 : HDM_CREATE_IFACE_AP, requiredChipCapabilities, destroyedListener, in createApIface()
311 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createApIface()
314 destroyedListener, handler, requestorWs, isBridged); in createApIface()
322 @Nullable InterfaceDestroyedListener destroyedListener, in createP2pIface() argument
325 destroyedListener, handler, requestorWs); in createP2pIface()
[all …]
DWifiVendorHal.java458 public String createStaIface(@Nullable InterfaceDestroyedListener destroyedListener, in createStaIface() argument
462 new StaInterfaceDestroyedListenerInternal(destroyedListener), null, in createStaIface()
569 public String createApIface(@Nullable InterfaceDestroyedListener destroyedListener, in createApIface() argument
576 new ApInterfaceDestroyedListenerInternal(destroyedListener), null, in createApIface()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java456 public String answer(InterfaceDestroyedListener destroyedListener, WorkSource ws, in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
503 public String answer(InterfaceDestroyedListener destroyedListener, WorkSource ws) { in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()
724 public String answer(InterfaceDestroyedListener destroyedListener, WorkSource ws, in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
1542 InterfaceDestroyedListener destroyedListener, in executeAndValidateTeardownClientInterface() argument
1550 destroyedListener.onDestroyed(ifaceName); in executeAndValidateTeardownClientInterface()
1622 InterfaceDestroyedListener destroyedListener, in executeAndValidateTeardownClientInterfaceForScan() argument
1630 destroyedListener.onDestroyed(ifaceName); in executeAndValidateTeardownClientInterfaceForScan()
1719 InterfaceDestroyedListener destroyedListener, in executeAndValidateTeardownSoftApInterface() argument
1727 destroyedListener.onDestroyed(ifaceName); in executeAndValidateTeardownSoftApInterface()
DHalDeviceManagerTest.java2933 InterfaceDestroyedListener destroyedListener, in validateInterfaceSequence() argument
2956 destroyedListener, mHandler, requestorWs); in validateInterfaceSequence()
2981 destroyedListener, mHandler, requestorWs, in validateInterfaceSequence()
2994 destroyedListener, mHandler, requestorWs); in validateInterfaceSequence()
3005 mDut.createNanIface(destroyedListener, mHandler, requestorWs); in validateInterfaceSequence()
3075 InterfaceDestroyedListener destroyedListener, in validateInterfaceSequence() argument
3082 tearDownList, destroyedListener, requestorWs, in validateInterfaceSequence()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java189 @NonNull HalDeviceManager.InterfaceDestroyedListener destroyedListener, in setupInterface()
194 new InterfaceDestroyedListenerInternal(destroyedListener); in setupInterface()