Home
last modified time | relevance | path

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

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