Searched refs:isTetheringStarted (Results 1 – 3 of 3) sorted by relevance
50 bool isTetheringStarted();
239 bool TetherController::isTetheringStarted() { in isTetheringStarted() function in android::net::TetherController
443 (gCtls->tetherCtrl.isTetheringStarted() ? "started" : "stopped")); in runCommand()