Searched refs:mDaemonPid (Results 1 – 2 of 2) sorted by relevance
306 mDaemonPid = pid; in startTethering()347 if (mDaemonPid == 0) { in stopTethering()353 ::stopProcess(mDaemonPid, "tethering(dnsmasq)"); in stopTethering()354 mDaemonPid = 0; in stopTethering()947 if (mDaemonPid != 0) { in dump()948 dw.println("dnsmasq PID: %d", mDaemonPid); in dump()
57 pid_t mDaemonPid = 0; variable