Searched refs:mDaemonPid (Results 1 – 2 of 2) sorted by relevance
209 if (mDaemonPid != 0) { in startTethering()291 mDaemonPid = pid; in startTethering()323 if (mDaemonPid == 0) { in stopTethering()330 kill(mDaemonPid, SIGTERM); in stopTethering()331 waitpid(mDaemonPid, nullptr, 0); in stopTethering()332 mDaemonPid = 0; in stopTethering()341 return (mDaemonPid == 0 ? false : true); in isTetheringStarted()
50 pid_t mDaemonPid = 0; variable