Home
last modified time | relevance | path

Searched refs:getTetheredInterfaceList (Results 1 – 3 of 3) sorted by relevance

/system/netd/
DTetherController.h50 InterfaceCollection *getTetheredInterfaceList();
DTetherController.cpp308 InterfaceCollection *TetherController::getTetheredInterfaceList() { in getTetheredInterfaceList() function in TetherController
DCommandListener.cpp724 InterfaceCollection *ilist = sTetherCtrl->getTetheredInterfaceList(); in runCommand()