Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIApInterfaceEventCallback.aidl45 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
/aosp12/system/connectivity/wificond/tests/
H A Dmock_ap_interface_event_callback.h37 MOCK_METHOD2(onSoftApChannelSwitched, ::android::binder::Status(int, int));
H A Dap_interface_impl_unittest.cpp153 EXPECT_CALL(*callback, onSoftApChannelSwitched(kTestChannelFrequency, in TEST_F()
/aosp12/system/connectivity/wificond/
H A Dap_interface_binder.cpp73 ap_interface_event_callback_->onSoftApChannelSwitched(frequency, bandwidth); in NotifySoftApChannelSwitched()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java319 void onSoftApChannelSwitched(int frequencyMhz, @WifiAnnotations.Bandwidth int bandwidth); in onSoftApChannelSwitched() method
470 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNl80211Manager.ApInterfaceEventCallback
473 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java764 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()
766 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java159 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNative.SoftApListenerFromWificond
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt8009 method @Deprecated public void onSoftApChannelSwitched(int, int);