HomeSort by relevance Sort by last modified time
    Searched refs:mDaemonPid (Results 1 - 2 of 2) sorted by null

  /system/netd/
TetherController.h 30 pid_t mDaemonPid;
TetherController.cpp 40 mDaemonPid = 0;
100 if (mDaemonPid != 0) {
163 mDaemonPid = pid;
174 if (mDaemonPid == 0) {
181 kill(mDaemonPid, SIGTERM);
182 waitpid(mDaemonPid, NULL, 0);
183 mDaemonPid = 0;
191 return (mDaemonPid == 0 ? false : true);

Completed in 36 milliseconds