Searched refs:onSoftApChannelSwitched (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
H A D | IApInterfaceEventCallback.aidl | 45 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | mock_ap_interface_event_callback.h | 37 MOCK_METHOD2(onSoftApChannelSwitched, ::android::binder::Status(int, int));
|
H A D | ap_interface_impl_unittest.cpp | 153 EXPECT_CALL(*callback, onSoftApChannelSwitched(kTestChannelFrequency, in TEST_F()
|
/aosp12/system/connectivity/wificond/ |
H A D | ap_interface_binder.cpp | 73 ap_interface_event_callback_->onSoftApChannelSwitched(frequency, bandwidth); in NotifySoftApChannelSwitched()
|
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211Manager.java | 319 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 D | WifiNl80211ManagerTest.java | 764 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 D | WifiNative.java | 159 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNative.SoftApListenerFromWificond
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 8009 method @Deprecated public void onSoftApChannelSwitched(int, int);
|