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( 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()
35 class ApInterfaceBinder : public android::net::wifi::BnApInterface {37 explicit ApInterfaceBinder(ApInterfaceImpl* impl);38 ~ApInterfaceBinder() override;67 DISALLOW_COPY_AND_ASSIGN(ApInterfaceBinder);
39 class ApInterfaceBinder; variable66 const android::sp<ApInterfaceBinder> binder_;
48 binder_(new ApInterfaceBinder(this)) { in ApInterfaceImpl()