Searched refs:BootAnimation (Results 1 – 4 of 4) sorted by relevance
71 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true) { in BootAnimation() function in android::BootAnimation75 BootAnimation::~BootAnimation() { in ~BootAnimation()78 void BootAnimation::onFirstRef() { in onFirstRef()86 sp<SurfaceComposerClient> BootAnimation::session() const { in session()91 void BootAnimation::binderDied(const wp<IBinder>&) in binderDied()105 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture()160 status_t BootAnimation::initTexture(const Animation::Frame& frame) in initTexture()227 status_t BootAnimation::readyToRun() { in readyToRun()300 bool BootAnimation::threadLoop() in threadLoop()321 bool BootAnimation::android() in android()[all …]
40 class BootAnimation : public Thread, public IBinder::DeathRecipient43 BootAnimation();44 virtual ~BootAnimation();
47 sp<BootAnimation> boot = new BootAnimation(); in main()
7 BootAnimation.cpp