Searched refs:mBootAnimation (Results 1 – 2 of 2) sorted by relevance
413 BootAnimation* mBootAnimation; member in android::BootAnimation::DisplayEventCallback418 mBootAnimation = bootAnimation; in DisplayEventCallback()438 numEvents = mBootAnimation->mDisplayEventReceiver->getEvents(buffer, kBufferSize); in handleEvent()451 if (token != mBootAnimation->mDisplayToken) { in handleEvent()458 mBootAnimation->mDisplayToken, &displayMode); in handleEvent()462 mBootAnimation->resizeSurface(displayMode.resolution.getWidth(), in handleEvent()1909 mInotifyFd(-1), mBootAnimWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {} in TimeCheckThread()1919 bool shouldLoop = doThreadLoop() && !mBootAnimation->mTimeIsAccurate in threadLoop()1920 && mBootAnimation->mClockEnabled; in threadLoop()1959 return !mBootAnimation->updateIsTimeAccurate(); in doThreadLoop()[all …]
168 BootAnimation* mBootAnimation; variable