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