Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/
DBootControlHIDL.java19 import android.hardware.boot.IBootControl;
20 import android.hardware.boot.V1_0.CommandResult;
30 final android.hardware.boot.V1_0.IBootControl v1_hal;
31 final android.hardware.boot.V1_1.IBootControl v1_1_hal;
32 final android.hardware.boot.V1_2.IBootControl v1_2_hal;
36 android.hardware.boot.V1_0.IBootControl.getService(true); in isServicePresent()
45 android.hardware.boot.V1_2.IBootControl.getService(true); in isV1_2ServicePresent()
53 android.hardware.boot.V1_0.IBootControl v1_hal = in getService()
54 android.hardware.boot.V1_0.IBootControl.getService(true); in getService()
55 android.hardware.boot.V1_1.IBootControl v1_1_hal = in getService()
[all …]
/frameworks/proto_logging/stats/atoms/art/
Dodrefresh_extension_atoms.proto17 * Logs information about on-device refresh of ART AOT artifacts for boot classpath extensions
34 // Dex files on the boot classpath or system_server classpath have changed.
54 // Compilation of the boot classpath for the primary architecture
55 // ("primary boot classpath").
58 // Compilation of the boot classpath for the secondary architecture
59 // ("secondary boot classpath"), if any.
103 // Compilation time of the boot classpath for the primary architecture
104 // ("primary boot classpath"), in seconds.
107 // Compilation time of the boot classpath for the secondary architecture
108 // ("secondary boot classpath"), if any, in seconds.
[all …]
Dart_extension_atoms.proto327 // Only the minimal boot image is usable.
329 // No boot image is usable.
346 // Only the minimal boot image is usable.
348 // No boot image is usable.
/frameworks/base/config/
DREADME.md3 * boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat.
5 * boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by
8 * dirty-image-objects: List of objects in the boot image which are known to
10 * preloaded-classes: classes that will be allocated in the boot image, and
DOWNERS3 # art-team@ manages the boot image profiles
4 per-file boot-* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com
/frameworks/base/core/java/android/content/res/
Dflags.aconfig10 # fixed_read_only or device wont boot because of permission issues accessing flags during boot
20 # fixed_read_only or device wont boot because of permission issues accessing flags during boot
38 # This flag is read in PackageParser at boot time, and in aapt2 which is a build tool.
56 # This flag is read in ResourcesImpl at boot time.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DBootCompleteCacheTest.kt69 val boot = bootCompleteCache.addListener(bootCompleteListener) in testAddListenerGivesCurrentState_false() constant
70 assertFalse(boot) in testAddListenerGivesCurrentState_false()
76 val boot = bootCompleteCache.addListener(bootCompleteListener) in testAddListenerGivesCurrentState_true() constant
77 assertTrue(boot) in testAddListenerGivesCurrentState_true()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
Ddevice_config_service.aconfig14 description: "When enabled, loads aconfig default values into DeviceConfig on boot."
33 …ion: "When enabled, loads aconfig default values in apex flag protobufs into DeviceConfig on boot."
41 …description: "If this flag is detected as true on boot, writes a logfile to track storage migratio…
/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:
41 + `p` -- this part will play unless interrupted by the end of the boot
46 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete
77 The file used to draw the time on top of the boot animation. The font format is as follows:
87 The file used to draw the boot progress in percentage on top of the boot animation. The font format
118 The system will end the boot animation (first completing any incomplete or even entirely unplayed
148 Dynamic coloring is a render mode that draws the boot animation using a color transition.
/frameworks/base/boot/
DOWNERS4 # art-team@ manages the boot image profiles for frameworks
5 per-file boot-* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com
/frameworks/base/core/proto/android/server/
Dpowerstatsservice.proto130 * entered. Data is accumulated starting at device boot.
139 * in this state since boot
143 * Total number of times that the state was entered since boot
198 /** Accumulated energy since boot in microwatt-seconds (uWs) for this AID. */
204 * An estimate of energy consumption since boot for the subsystem identified
214 /** Accumulated energy since device boot in microwatt-seconds (uWs) */
241 * Reports accumulated energy since boot for each energy meter.
253 /** Accumulated energy since device boot in microwatt-seconds (uWs) */
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal20 * @param timestamp Nanoseconds since boot.
26 * @param timestamp Nanoseconds since boot.
/frameworks/base/apex/jobscheduler/service/aconfig/
Dapp_idle.aconfig7 description: "Postpone app idle check after boot completed"
/frameworks/proto_logging/stats/atoms/adaptiveauth/
Dadaptiveauth_extension_atoms.proto40 // The last time that the device is locked by adaptive auth in milliseconds since boot
44 // The time that a successful primary or biometric auth happens in milliseconds since boot
/frameworks/proto_logging/stats/atoms/wear/connectivity/
Dwear_connectivity_extension_atoms.proto61 * that used sysproxy since device boot. Sysproxy is a process that runs on Wear OS and that enables
69 // Number of bytes received since device boot.
72 // Number of bytes transmitted since device boot.
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedComponentImpl.java176 final ClassLoader boot = Object.class.getClassLoader(); in ParsedComponentImpl() local
189 this.metaData = in.readBundle(boot); in ParsedComponentImpl()
190 this.mProperties = in.readHashMap(boot); in ParsedComponentImpl()
/frameworks/native/cmds/evemu-record/
DREADME.md41 the recording. Passing `--timestamp-base=boot` causes the timestamps to be recorded relative to the
42 system boot time instead. While this does not affect the playback of the recording, it can be useful
/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)
/frameworks/av/apex/
Dmediatranscoding.32rc6 # "disabled" and start it explicitly on boot.
Dmediatranscoding.rc7 # "disabled" and start it explicitly on 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/proto_logging/stats/atoms/transparency/
Dboot_integrity_extension_atoms.proto20 * Logs when boot is complete.
/frameworks/native/cmds/dumpstate/
Ddumpstate.rc1 on boot

123