Searched refs:getTetheredInterfaceList (Results 1 – 3 of 3) sorted by relevance
96 const std::list<std::string> &getTetheredInterfaceList() const;
491 const std::list<std::string> &TetherController::getTetheredInterfaceList() const { in getTetheredInterfaceList() function in android::net::TetherController
937 for (const auto& ifname : gCtls->tetherCtrl.getTetheredInterfaceList()) { in tetherInterfaceList()