Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp78 mDaemonPid = 0; in TetherController()
127 if (mDaemonPid != 0) { in startTethering()
190 mDaemonPid = pid; in startTethering()
201 if (mDaemonPid == 0) { in stopTethering()
208 kill(mDaemonPid, SIGTERM); in stopTethering()
209 waitpid(mDaemonPid, NULL, 0); in stopTethering()
210 mDaemonPid = 0; in stopTethering()
218 return (mDaemonPid == 0 ? false : true); in isTetheringStarted()
DTetherController.h35 pid_t mDaemonPid; variable