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

/frameworks/base/cmds/bootanimation/
H A DAndroid.mk7 BootAnimation.cpp
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation"
31 #include "BootAnimation.h"
75 sp<BootAnimation> boot = new BootAnimation();
H A DBootAnimation.cpp18 #define LOG_TAG "BootAnimation"
64 #include "BootAnimation.h"
109 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true), mTimeIsAccurate(false), function in class:android::BootAnimation
123 void BootAnimation::onFirstRef() {
127 run("BootAnimation", PRIORITY_DISPLAY);
131 sp<SurfaceComposerClient> BootAnimation::session() const {
136 void BootAnimation::binderDied(const wp<IBinder>&)
148 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets,
206 status_t BootAnimation
[all...]
H A DBootAnimation.h39 class BootAnimation : public Thread, public IBinder::DeathRecipient class in namespace:android
42 BootAnimation();
56 TimeCheckThread(BootAnimation* bootAnimation);
67 BootAnimation* mBootAnimation;

Completed in 71 milliseconds