HomeSort by relevance Sort by last modified time
    Searched defs:ApInterfaceImpl (Results 1 - 2 of 2) sorted by null

  /system/connectivity/wificond/
ap_interface_impl.cpp 39 ApInterfaceImpl::ApInterfaceImpl(const string& interface_name,
57 std::bind(&ApInterfaceImpl::OnStationEvent,
62 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2));
66 ApInterfaceImpl::~ApInterfaceImpl() {
73 sp<IApInterface> ApInterfaceImpl::GetBinder() const {
77 void ApInterfaceImpl::Dump(std::stringstream* ss) const {
86 bool ApInterfaceImpl::StartHostapd() {
90 bool ApInterfaceImpl::StopHostapd()
    [all...]
ap_interface_impl.h 41 class ApInterfaceImpl {
43 ApInterfaceImpl(const std::string& interface_name,
48 ~ApInterfaceImpl();
50 // Get a pointer to the binder representing this ApInterfaceImpl.
75 DISALLOW_COPY_AND_ASSIGN(ApInterfaceImpl);

Completed in 62 milliseconds