Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h79 bool isTetheringStarted();
DTetherController.cpp340 bool TetherController::isTetheringStarted() { in isTetheringStarted() function in android::net::TetherController
DNetdNativeService.cpp927 *enabled = gCtls->tetherCtrl.isTetheringStarted(); in tetherIsEnabled()