Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h56 int untetherInterface(const char *interface);
DTetherController.cpp333 int TetherController::untetherInterface(const char *interface) { in untetherInterface() function in TetherController
DCommandListener.cpp640 rc = sTetherCtrl->untetherInterface(argv[3]); in runCommand()