Searched refs:ApInterfaceBinder (Results 1 – 4 of 4) sorted by relevance
29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder() function in android::wificond::ApInterfaceBinder32 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()
35 class ApInterfaceBinder : public android::net::wifi::nl80211::BnApInterface {37 explicit ApInterfaceBinder(ApInterfaceImpl* impl);38 ~ApInterfaceBinder() override;63 DISALLOW_COPY_AND_ASSIGN(ApInterfaceBinder);
39 class ApInterfaceBinder; variable65 const android::sp<ApInterfaceBinder> binder_;
48 binder_(new ApInterfaceBinder(this)) { in ApInterfaceImpl()