Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h167 int mTimeWd; variable
DBootAnimation.cpp1909 mInotifyFd(-1), mBootAnimWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {} in TimeCheckThread()
1957 } else if (event->wd == mTimeWd && (strcmp(LAST_TIME_CHANGED_FILE_NAME, event->name) == 0 in doThreadLoop()
1968 mTimeWd = inotify_add_watch(mInotifyFd, BOOTANIM_TIME_DIR_PATH, in addTimeDirWatch()
1970 if (mTimeWd > 0) { in addTimeDirWatch()