Home
last modified time | relevance | path

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

/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIApInterfaceEventCallback.aidl45 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
/system/connectivity/wificond/tests/
Dmock_ap_interface_event_callback.h37 MOCK_METHOD2(onSoftApChannelSwitched, ::android::binder::Status(int, int));
Dap_interface_impl_unittest.cpp153 EXPECT_CALL(*callback, onSoftApChannelSwitched(kTestChannelFrequency, in TEST_F()
/system/connectivity/wificond/
Dap_interface_binder.cpp73 ap_interface_event_callback_->onSoftApChannelSwitched(frequency, bandwidth); in NotifySoftApChannelSwitched()