Home
last modified time | relevance | path

Searched refs:BootAnimation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp71 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true) { in BootAnimation() function in android::BootAnimation
75 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 …]
DBootAnimation.h40 class BootAnimation : public Thread, public IBinder::DeathRecipient
43 BootAnimation();
44 virtual ~BootAnimation();
Dbootanimation_main.cpp47 sp<BootAnimation> boot = new BootAnimation(); in main()
DAndroid.mk7 BootAnimation.cpp