Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h49 bool isTetheringStarted();
DTetherController.cpp217 bool TetherController::isTetheringStarted() { in isTetheringStarted() function in TetherController
DCommandListener.cpp573 (gCtls->tetherCtrl.isTetheringStarted() ? "started" : "stopped")); in runCommand()