Home
last modified time | relevance | path

Searched refs:mIsTetheringStarted (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DTetherController.cpp234 mIsTetheringStarted = true; in startTethering()
238 if (mIsTetheringStarted) { in startTethering()
336 mIsTetheringStarted = true; in startTethering()
367 if (!mIsTetheringStarted) { in stopTethering()
372 mIsTetheringStarted = false; in stopTethering()
391 return mIsTetheringStarted; in isTetheringStarted()
DTetherController.h51 bool mIsTetheringStarted = false; variable