Home
last modified time | relevance | path

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

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