Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h56 int tetherInterface(const char *interface);
DTetherController.cpp333 int TetherController::tetherInterface(const char *interface) { in tetherInterface() function in android::net::TetherController
DCommandListener.cpp489 rc = gCtls->tetherCtrl.tetherInterface(argv[3]); in runCommand()