Home
last modified time | relevance | path

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

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