Searched refs:mDaemonPid (Results 1 – 2 of 2) sorted by relevance
306 mDaemonPid = pid; in startTethering()347 if (mDaemonPid == 0) { in stopTethering()353 kill(mDaemonPid, SIGTERM); in stopTethering()354 waitpid(mDaemonPid, nullptr, 0); in stopTethering()355 mDaemonPid = 0; in stopTethering()952 if (mDaemonPid != 0) { in dump()953 dw.println("dnsmasq PID: %d", mDaemonPid); in dump()
57 pid_t mDaemonPid = 0; variable