Searched refs:ApInterfaceImpl (Results 1 – 7 of 7) sorted by relevance
40 ApInterfaceImpl::ApInterfaceImpl(const string& interface_name, in ApInterfaceImpl() function in android::wificond::ApInterfaceImpl55 std::bind(&ApInterfaceImpl::OnStationEvent, in ApInterfaceImpl()60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()64 ApInterfaceImpl::~ApInterfaceImpl() { in ~ApInterfaceImpl()71 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder()75 void ApInterfaceImpl::Dump(std::stringstream* ss) const { in Dump()82 void ApInterfaceImpl::OnStationEvent( in OnStationEvent()108 void ApInterfaceImpl::OnChannelSwitchEvent(uint32_t frequency, in OnChannelSwitchEvent()
46 class ApInterfaceImpl {48 ApInterfaceImpl(const std::string& interface_name,52 ~ApInterfaceImpl();72 DISALLOW_COPY_AND_ASSIGN(ApInterfaceImpl);
33 class ApInterfaceImpl; variable37 explicit ApInterfaceBinder(ApInterfaceImpl* impl);58 ApInterfaceImpl* impl_;
29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder()
146 std::map<std::string, std::unique_ptr<ApInterfaceImpl>> ap_interfaces_;
134 unique_ptr<ApInterfaceImpl> ap_interface(new ApInterfaceImpl( in createApInterface()
80 unique_ptr<ApInterfaceImpl> ap_interface_;83 ap_interface_.reset(new ApInterfaceImpl( in SetUp()97 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()119 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()141 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()