Home
last modified time | relevance | path

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

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