HomeSort by relevance Sort by last modified time
    Searched full:bootanimation (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/cmds/bootanimation/
bootanim.rc 1 service bootanim /system/bin/bootanimation
Android.mk 7 BootAnimation.cpp
32 LOCAL_MODULE:= bootanimation
bootanimation_main.cpp 17 #define LOG_TAG "BootAnimation"
31 #include "BootAnimation.h"
75 sp<BootAnimation> boot = new BootAnimation();
FORMAT.md 0 # bootanimation format
7 /system/media/bootanimation-encrypted.zip (if getprop("vold.decrypt") = '1')
8 /system/media/bootanimation.zip
9 /oem/media/bootanimation.zip
13 The `bootanimation.zip` archive file includes:
44 There is also a special TYPE, `$SYSTEM`, that loads `/system/media/bootanimation.zip`
98 zip -0qry -i \*.txt \*.png \*.wav @ ../bootanimation.zip *.txt part*
BootAnimation.cpp 18 #define LOG_TAG "BootAnimation"
64 #include "BootAnimation.h"
69 static const char OEM_BOOTANIMATION_FILE[] = "/oem/media/bootanimation.zip";
70 static const char SYSTEM_BOOTANIMATION_FILE[] = "/system/media/bootanimation.zip";
71 static const char SYSTEM_ENCRYPTED_BOOTANIMATION_FILE[] = "/system/media/bootanimation-encrypted.zip";
109 BootAnimation::BootAnimation() : Thread(false), mClockEnabled(true), mTimeIsAccurate(false),
123 void BootAnimation::onFirstRef() {
127 run("BootAnimation", PRIORITY_DISPLAY);
131 sp<SurfaceComposerClient> BootAnimation::session() const
    [all...]
BootAnimation.h 39 class BootAnimation : public Thread, public IBinder::DeathRecipient
42 BootAnimation();
56 TimeCheckThread(BootAnimation* bootAnimation);
67 BootAnimation* mBootAnimation;
  /system/core/init/
compare-bootcharts.py 52 '/system/bin/bootanimation',
71 # Print the last tick for the bootanimation process
72 print "bootanimation ends at: %d %d (%+d)" % (
73 process_map1['/system/bin/bootanimation']['last_tick'] * jw,
74 process_map2['/system/bin/bootanimation']['last_tick'] * jw,
75 (process_map2['/system/bin/bootanimation']['last_tick'] -
76 process_map1['/system/bin/bootanimation']['last_tick']) * jw)
README.md 536 /system/bin/bootanimation: 6980 6990 (+10)
540 bootanimation ends at: 33790 31230 (-2560)
  /system/sepolicy/public/
bootanim.te 0 # bootanimation oneshot service
  /device/generic/car/car-arm64/
car_emu_arm64.mk 17 device/generic/car/common/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip \
  /device/generic/car/car-armv7-a-neon/
car_emu_arm.mk 17 device/generic/car/common/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip \
  /device/generic/car/car-x86/
car_emu_x86.mk 17 device/generic/car/common/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip \
  /device/generic/car/car-x86_64/
car_emu_x86_64.mk 17 device/generic/car/common/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip \
  /packages/services/Car/car_product/build/
car.mk 96 packages/services/Car/car_product/bootanimations/square_280/bootanimation.zip:system/media/bootanimation.zip
  /packages/services/Car/tools/bootanalyze/
config.yaml 49 BootAnimSfWait: BootAnimation:\sWaiting\sfor\sSurfaceFlinger\stook\s
50 BootAnimShowStart: BootAnimation:\sBootAnimationShownTiming\sstart\stime
  /build/make/target/product/
embedded.mk 27 bootanimation \
  /device/generic/qemu/
qemu_base.mk 32 bootanimation \
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 169 // On POR, will be invoked from prepare<> request once bootanimation is done.
  /hardware/qcom/display/msm8998/sdm/libs/core/
color_manager.cpp 169 // On POR, will be invoked from prepare<> request once bootanimation is done.
  /device/asus/fugu/
device.mk 121 device/asus/fugu/bootanimation-580-256col.zip:system/media/bootanimation.zip
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.cpp 132 // Applying default mode after bootanimation is finished And
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 151 // Applying default mode after bootanimation is finished And
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display_primary.cpp 149 // Applying default mode after bootanimation is finished And
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_primary.cpp 151 // Applying default mode after bootanimation is finished And
  /system/sepolicy/private/
file_contexts 187 /system/bin/bootanimation u:object_r:bootanim_exec:s0

Completed in 1246 milliseconds

1 2