Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp306 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()
DTetherController.h57 pid_t mDaemonPid = 0; variable