Searched refs:mDaemonPid (Results 1 – 2 of 2) sorted by relevance
78 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()
35 pid_t mDaemonPid; variable