Searched refs:mBootAnimation (Results 1 – 2 of 2) sorted by relevance
403 BootAnimation* mBootAnimation; member in android::BootAnimation::DisplayEventCallback407 mBootAnimation = bootAnimation; in DisplayEventCallback()426 numEvents = mBootAnimation->mDisplayEventReceiver->getEvents(buffer, kBufferSize); in handleEvent()439 if (token != mBootAnimation->mDisplayToken) { in handleEvent()446 mBootAnimation->mDisplayToken, &displayMode); in handleEvent()450 mBootAnimation->resizeSurface(displayMode.resolution.getWidth(), in handleEvent()1853 mInotifyFd(-1), mBootAnimWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {} in TimeCheckThread()1861 bool shouldLoop = doThreadLoop() && !mBootAnimation->mTimeIsAccurate in threadLoop()1862 && mBootAnimation->mClockEnabled; in threadLoop()1900 return !mBootAnimation->updateIsTimeAccurate(); in doThreadLoop()[all …]
168 BootAnimation* mBootAnimation; variable