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 ::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()
DTetherController.h57 pid_t mDaemonPid = 0; variable