HomeSort by relevance Sort by last modified time
    Searched refs:BootAnimation (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 17 #define LOG_TAG "BootAnimation"
33 #include "BootAnimation.h"
55 sp<BootAnimation> boot = new BootAnimation();
BootAnimation.h 40 class BootAnimation : public Thread, public IBinder::DeathRecipient
43 BootAnimation();
44 virtual ~BootAnimation();
Android.mk 7 BootAnimation.cpp
26 LOCAL_MODULE:= bootanimation
BootAnimation.cpp 18 #define LOG_TAG "BootAnimation"
52 #include "BootAnimation.h"
55 #define OEM_BOOTANIMATION_FILE "/oem/media/bootanimation.zip"
56 #define SYSTEM_BOOTANIMATION_FILE "/system/media/bootanimation.zip"
57 #define SYSTEM_ENCRYPTED_BOOTANIMATION_FILE "/system/media/bootanimation-encrypted.zip"
70 BootAnimation::BootAnimation() : Thread(false), mZip(NULL)
75 BootAnimation::~BootAnimation() {
81 void BootAnimation::onFirstRef()
    [all...]

Completed in 75 milliseconds