Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h50 bool isTetheringStarted();
DTetherController.cpp239 bool TetherController::isTetheringStarted() { in isTetheringStarted() function in android::net::TetherController
DCommandListener.cpp443 (gCtls->tetherCtrl.isTetheringStarted() ? "started" : "stopped")); in runCommand()