Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/
H A Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder() function in android::wificond::ApInterfaceBinder
32 ApInterfaceBinder::~ApInterfaceBinder() { in ~ApInterfaceBinder()
35 void ApInterfaceBinder::NotifyConnectedClientsChanged(const NativeWifiClient client, bool isConnect… in NotifyConnectedClientsChanged()
41 void ApInterfaceBinder::NotifySoftApChannelSwitched( in NotifySoftApChannelSwitched()
76 binder::Status ApInterfaceBinder::registerCallback( in registerCallback()
83 binder::Status ApInterfaceBinder::getInterfaceName(std::string* out_name) { in getInterfaceName()
H A Dap_interface_binder.h35 class ApInterfaceBinder : public android::net::wifi::nl80211::BnApInterface {
37 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
38 ~ApInterfaceBinder() override;
63 DISALLOW_COPY_AND_ASSIGN(ApInterfaceBinder);
H A Dap_interface_impl.h39 class ApInterfaceBinder; variable
65 const android::sp<ApInterfaceBinder> binder_;
H A Dap_interface_impl.cpp48 binder_(new ApInterfaceBinder(this)) { in ApInterfaceImpl()