Searched refs:mTimeWd (Results 1 – 2 of 2) sorted by relevance
147 int mTimeWd; variable
1351 mInotifyFd(-1), mSystemWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {} in TimeCheckThread()1396 } else if (event->wd == mTimeWd && (strcmp(LAST_TIME_CHANGED_FILE_NAME, event->name) == 0 in doThreadLoop()1406 mTimeWd = inotify_add_watch(mInotifyFd, SYSTEM_TIME_DIR_PATH, in addTimeDirWatch()1408 if (mTimeWd > 0) { in addTimeDirWatch()