Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:BootAnimation

18 #define LOG_TAG "BootAnimation"
60 #include "BootAnimation.h"
65 static const char OEM_BOOTANIMATION_FILE[] = "/oem/media/bootanimation.zip";
66 static const char SYSTEM_BOOTANIMATION_FILE[] = "/system/media/bootanimation.zip";
67 static const char SYSTEM_ENCRYPTED_BOOTANIMATION_FILE[] = "/system/media/bootanimation-encrypted.zip";
91 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true), mTimeIsAccurate(false),
99 BootAnimation::~BootAnimation() {}
101 void BootAnimation::onFirstRef() {
105 run("BootAnimation", PRIORITY_DISPLAY);
109 sp<SurfaceComposerClient> BootAnimation::session() const {
114 void BootAnimation::binderDied(const wp<IBinder>&)
126 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets,
181 status_t BootAnimation::initTexture(const Animation::Frame& frame)
248 status_t BootAnimation::readyToRun() {
259 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
321 bool BootAnimation::threadLoop()
324 // We have no bootanimation file, so we use the stock android logo
342 bool BootAnimation::android()
408 void BootAnimation::checkExit() {
467 void BootAnimation::drawTime(const Texture& clockTex, const int yPos) {
527 bool BootAnimation::parseAnimationDesc(Animation& animation)
593 bool BootAnimation::preloadZip(Animation& animation)
646 ALOGE("bootanimation.zip is compressed; must be only stored");
693 bool BootAnimation::movie()
747 mTimeCheckThread->run("BootAnimation::TimeCheckThread", PRIORITY_NORMAL);
766 bool BootAnimation::playAnimation(const Animation& animation)
889 void BootAnimation::releaseAnimation(Animation* animation) const
901 BootAnimation::Animation* BootAnimation::loadAnimation(const String8& fn)
930 bool BootAnimation::playSoundsAllowed() const {
954 bool BootAnimation::updateIsTimeAccurate() {
989 BootAnimation::TimeCheckThread::TimeCheckThread(BootAnimation* bootAnimation) : Thread(false),
990 mInotifyFd(-1), mSystemWd(-1), mTimeWd(-1), mBootAnimation(bootAnimation) {}
992 BootAnimation::TimeCheckThread::~TimeCheckThread() {
997 bool BootAnimation::TimeCheckThread::threadLoop() {
1007 bool BootAnimation::TimeCheckThread::doThreadLoop() {
1044 void BootAnimation::TimeCheckThread::addTimeDirWatch() {
1054 status_t BootAnimation::TimeCheckThread::readyToRun() {