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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h65 int mSystemWd; member in class:android::BootAnimation::TimeCheckThread
H A DBootAnimation.cpp1132 mInotifyFd(-1), mSystemWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {}
1175 if (event->wd == mSystemWd && strcmp(SYSTEM_TIME_DIR_NAME, event->name) == 0) {
1191 inotify_rm_watch(mInotifyFd, mSystemWd);
1192 mSystemWd = -1;
1203 mSystemWd = inotify_add_watch(mInotifyFd, SYSTEM_DATA_DIR_PATH, IN_CREATE | IN_ATTRIB);
1204 if (mSystemWd < 0) {

Completed in 130 milliseconds