Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp48 sp<BootAnimation> boot = new BootAnimation(audioplay::createAnimationCallbacks()); in main() local
52 boot->run("BootAnimation", PRIORITY_DISPLAY); in main()
DFORMAT.md5 The system selects a boot animation zipfile from the following locations, in order:
36 + `p` -- this part will play unless interrupted by the end of the boot
38 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete
66 The file used to draw the time on top of the boot animation. The font format is as follows:
102 The system will end the boot animation (first completing any incomplete or even entirely unplayed
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal20 * @param timestamp Nanoseconds since boot.
26 * @param timestamp Nanoseconds since boot.
/frameworks/base/cmds/statsd/src/
Dactive_config_list.proto27 // Time left in activation. When this proto is loaded after device boot,
36 // When we load the activations, this metric should activate on next boot for the tll
Datoms.proto179 // TODO: service state change is very noisy shortly after boot, as well
1223 * Logs shutdown reason and duration on next boot.
1245 * Logs boot reason and duration.
1251 // Reason for bootloader boot. Eg. reboot. See bootstat.cpp for larger list
1255 // Reason for system boot. Eg. bootloader, reboot,userrequested
1259 // End of boot time in ms from unix epoch using system wall clock.
1262 // Total boot duration in ms.
1268 // Time since last boot in ms. Default: 0 if not available.
3984 * Represents boot time event with duration in ms.
3991 // Bootloader time excluding BOOTLOADER_UI_WAIT + boot complete time. Logged from bootstat.
[all …]
/frameworks/base/core/proto/android/app/
Dalarmmanager.proto38 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
41 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
/frameworks/native/cmds/installd/
Dotapreopt_slot.sh21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
Dinstalld.rc5 on early-boot
/frameworks/base/cmds/incident_helper/testdata/
Dsystem_properties.txt9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340]
/frameworks/libs/net/common/
DAndroid.bp16 // boot classpath. It uses jarjar rules so that anything outside the framework can use this
21 // places many of its classes, even non-API service classes, on the boot classpath. Any file that
23 // rules file. Otherwise, it will end up on the boot classpath and other modules will not be able
/frameworks/native/cmds/dumpstate/
Ddumpstate.rc1 on boot
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp114 Message boot(&bootTable); in Parse() local
115 ro.addSubMessage(SystemPropertiesProto::Ro::BOOT, &boot); in Parse()
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto44 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto45 /* required: elapsed realtime in nanos since boot of when this entry was logged */
Dpowermanagerservice.proto94 // True if boot completed occurred. We keep the screen on until this happens.
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferClient.hal22 * @return token A per-boot-unique token in handle format. The content of
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto227 optional string boot = 3; field
272 optional Boot boot = 7; field
274 // boot.img's properties.
278 // When the boot.img is built.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt49 "setprop" for the current boot, or added to local.prop to persist
/frameworks/base/config/
Ddirty-image-objects18 # Dirty-image-objects file for boot image.
27 # --boot-image=/system/framework/boot.art --dump-dirty-objects
Dpreloaded-classes18 # Classes in this file will be allocated into the boot image, and forcibly initialized in
/frameworks/base/core/java/android/content/pm/
DPackageParser.java6354 final ClassLoader boot = Object.class.getClassLoader(); in SigningDetails() local
6357 this.publicKeys = (ArraySet<PublicKey>) in.readArraySet(boot); in SigningDetails()
7029 final ClassLoader boot = Object.class.getClassLoader(); in Package() local
7043 applicationInfo = dest.readParcelable(boot); in Package()
7051 dest.readParcelableList(permissions, boot); in Package()
7053 dest.readParcelableList(permissionGroups, boot); in Package()
7055 dest.readParcelableList(activities, boot); in Package()
7057 dest.readParcelableList(receivers, boot); in Package()
7059 dest.readParcelableList(providers, boot); in Package()
7061 dest.readParcelableList(services, boot); in Package()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags96 # Running pre boot receiver
/frameworks/base/proto/src/
Dwifi.proto1547 // Time passed since last boot in milliseconds
2056 // Absolute milliseconds from device boot when these stats were sampled
2212 // Absolute milliseconds from device boot when these stats were sampled
/frameworks/opt/telephony/proto/src/
Dtelephony.proto64 // The time since boot in milli seconds.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4651 // FIELD: A string value representing some state of the platform, e.g., boot reason
6172 // action is logged after the subsequent boot.