Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h86 int stopTethering();
DTetherController.cpp337 int TetherController::stopTethering() { in stopTethering() function in android::net::TetherController
DNetdNativeService.cpp983 int res = gCtls->tetherCtrl.stopTethering(); in tetherStop()