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

/frameworks/base/cmds/bootanimation/
H A DAndroid.mk6 BootAnimation.cpp
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation"
33 #include "BootAnimation.h"
55 sp<BootAnimation> boot = new BootAnimation();
H A DBootAnimation.h39 class BootAnimation : public Thread, public IBinder::DeathRecipient class in namespace:android
42 BootAnimation();
43 virtual ~BootAnimation();
H A DBootAnimation.cpp17 #define LOG_TAG "BootAnimation"
53 #include "BootAnimation.h"
68 BootAnimation::BootAnimation() : Thread(false) function in class:android::BootAnimation
73 BootAnimation::~BootAnimation() {
76 void BootAnimation::onFirstRef() {
80 run("BootAnimation", PRIORITY_DISPLAY);
84 sp<SurfaceComposerClient> BootAnimation::session() const {
89 void BootAnimation
[all...]

Completed in 1738 milliseconds