Home
last modified time | relevance | path

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

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