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