Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java35 import com.android.server.wifi.WifiNative.HostapdDeathEventHandler;
75 private HostapdDeathEventHandler mDeathEventHandler;
434 public boolean registerDeathHandler(@NonNull HostapdDeathEventHandler handler) { in registerDeathHandler()
DWifiNative.java613 private class HostapdDeathHandlerInternal implements HostapdDeathEventHandler {
1618 public interface HostapdDeathEventHandler { interface in WifiNative
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java98 private ArgumentCaptor<WifiNative.HostapdDeathEventHandler> mHostapdDeathHandlerCaptor =
99 ArgumentCaptor.forClass(WifiNative.HostapdDeathEventHandler.class);
DHostapdHalTest.java64 private @Mock WifiNative.HostapdDeathEventHandler mHostapdHalDeathHandler;