Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h167 int mTimeWd; variable
H A DBootAnimation.cpp1853 mInotifyFd(-1), mBootAnimWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {} in TimeCheckThread()
1898 } else if (event->wd == mTimeWd && (strcmp(LAST_TIME_CHANGED_FILE_NAME, event->name) == 0 in doThreadLoop()
1908 mTimeWd = inotify_add_watch(mInotifyFd, BOOTANIM_TIME_DIR_PATH, in addTimeDirWatch()
1910 if (mTimeWd > 0) { in addTimeDirWatch()