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

/system/netd/
H A DTetherController.h30 pid_t mDaemonPid; member in class:TetherController
H A DTetherController.cpp40 mDaemonPid = 0;
101 if (mDaemonPid != 0) {
165 mDaemonPid = pid;
175 if (mDaemonPid == 0) {
182 kill(mDaemonPid, SIGTERM);
183 waitpid(mDaemonPid, NULL, 0);
184 mDaemonPid = 0;
261 return (mDaemonPid == 0 ? false : true);

Completed in 146 milliseconds