HomeSort by relevance Sort by last modified time
    Searched full:apinterfacebinder (Results 1 - 4 of 4) sorted by null

  /system/connectivity/wificond/
ap_interface_binder.h 29 class ApInterfaceBinder : public android::net::wifi::BnApInterface {
31 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
32 ~ApInterfaceBinder() override;
54 DISALLOW_COPY_AND_ASSIGN(ApInterfaceBinder);
ap_interface_binder.cpp 29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} {
32 ApInterfaceBinder::~ApInterfaceBinder() {
35 binder::Status ApInterfaceBinder::startHostapd(bool* out_success) {
45 binder::Status ApInterfaceBinder::stopHostapd(bool* out_success) {
55 binder::Status ApInterfaceBinder::writeHostapdConfig(
90 binder::Status ApInterfaceBinder::getInterfaceName(std::string* out_name) {
99 binder::Status ApInterfaceBinder::getNumberOfAssociatedStations(
ap_interface_impl.h 34 class ApInterfaceBinder;
71 const android::sp<ApInterfaceBinder> binder_;
ap_interface_impl.cpp 51 binder_(new ApInterfaceBinder(this)),

Completed in 63 milliseconds