Home
last modified time | relevance | path

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

/system/connectivity/wificond/
Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder() function in android::wificond::ApInterfaceBinder
32 ApInterfaceBinder::~ApInterfaceBinder() { in ~ApInterfaceBinder()
35 void ApInterfaceBinder::NotifyConnectedClientsChanged( in NotifyConnectedClientsChanged()
43 void ApInterfaceBinder::NotifySoftApChannelSwitched( in NotifySoftApChannelSwitched()
78 binder::Status ApInterfaceBinder::registerCallback( in registerCallback()
85 binder::Status ApInterfaceBinder::getInterfaceName(std::string* out_name) { in getInterfaceName()
90 binder::Status ApInterfaceBinder::getConnectedClients( in getConnectedClients()
Dap_interface_binder.h35 class ApInterfaceBinder : public android::net::wifi::BnApInterface {
37 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
38 ~ApInterfaceBinder() override;
67 DISALLOW_COPY_AND_ASSIGN(ApInterfaceBinder);
Dap_interface_impl.h39 class ApInterfaceBinder; variable
66 const android::sp<ApInterfaceBinder> binder_;
Dap_interface_impl.cpp48 binder_(new ApInterfaceBinder(this)) { in ApInterfaceImpl()