/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/ |
H A D | BootControlHIDL.java | 19 import android.hardware.boot.IBootControl; 20 import android.hardware.boot.V1_0.CommandResult; 28 final android.hardware.boot.V1_0.IBootControl v1_hal; 29 final android.hardware.boot.V1_1.IBootControl v1_1_hal; 30 final android.hardware.boot.V1_2.IBootControl v1_2_hal; 34 android.hardware.boot.V1_0.IBootControl.getService(true); in isServicePresent() 43 android.hardware.boot.V1_2.IBootControl.getService(true); in isV1_2ServicePresent() 51 android.hardware.boot.V1_0.IBootControl v1_hal = in getService() 53 android.hardware.boot.V1_1.IBootControl v1_1_hal = in getService() 55 android.hardware.boot.V1_2.IBootControl v1_2_hal = in getService() [all …]
|
/aosp14/system/core/bootstat/ |
H A D | README.md | 3 The bootstat command records boot events (e.g., `firmware_loaded`, 5 command also aggregates boot event metrics locally and logs the metrics for 12 -p, --print Dump the boot event records to the console 13 -r, --record Record the timestamp of a named boot event 22 ## Recording boot events ## 25 with the `-r` option and the name of the boot event. 30 the boot event to be persisted. 32 ## Logging boot events ## 34 To log the persisted boot events, call `bootstat` with the `-l` option. 40 for aggregation and analysis of boot time across different devices and [all …]
|
H A D | boot_reason_test.sh | 555 EXPECT_PROPERTY persist.sys.boot.reason "" 557 reason=`validate_property sys.boot.reason` 662 EXPECT_PROPERTY sys.boot.reason reboot,ota 694 EXPECT_PROPERTY sys.boot.reason ${reasons} 695 EXPECT_PROPERTY sys.boot.reason.last ${reason} 835 EXPECT_PROPERTY sys.boot.reason.last cold 914 EXPECT_PROPERTY sys.boot.reason ${panic_msg} 942 EXPECT_PROPERTY sys.boot.reason ${panic_msg} 973 EXPECT_PROPERTY sys.boot.reason ${panic_msg} 1044 EXPECT_PROPERTY sys.boot.reason reboot,shell [all …]
|
H A D | bootstat-debug.rc | 4 # For devices w/o bootloader boot reason reported, mirror test boot reason 5 # to bootloader boot reason to allow test to inject reasons 6 on property:persist.test.boot.reason=* 7 setprop ro.boot.bootreason ${persist.test.boot.reason}
|
H A D | bootstat.rc | 3 # Mirror bootloader boot reason to system boot reason 4 # ro.boot.bootreason should be set by init already 6 on post-fs && property:ro.boot.bootreason=* 7 setprop sys.boot.reason ${ro.boot.bootreason} 48 # sys.bootstat.first_boot_completed=0 - first boot completed trigger wasn't processed yet. 49 # sys.bootstat.first_boot_completed=1 - first boot completed trigger was processed and 60 # Set boot reason 62 # Converts bootloader boot reason and persist.sys.boot.reason to system boot reason 66 # Record boot complete metrics. 69 # Record the boot reason. [all …]
|
/aosp14/frameworks/base/config/ |
H A D | README.md | 3 * 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
|
H A D | OWNERS | 3 # art-team@ manages the boot image profiles 4 per-file boot-* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | Android.bp | 75 "android.hardware.boot@1.0", 76 "android.hardware.boot@1.1", 77 "android.hardware.boot-V1-ndk", 199 "android.hardware.boot@1.1", 203 "android.hardware.boot@1.1", 237 "android.hardware.boot@1.0", 238 "android.hardware.boot@1.1", 239 "android.hardware.boot-V1-ndk", 356 "android.hardware.boot@1.0", 357 "android.hardware.boot@1.1", [all …]
|
H A D | device_info.h | 29 using MergeStatus = ::aidl::android::hardware::boot::MergeStatus;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | BootCompleteCacheTest.kt | 69 val boot = bootCompleteCache.addListener(bootCompleteListener) regex 70 assertFalse(boot) 76 val boot = bootCompleteCache.addListener(bootCompleteListener) regex 77 assertTrue(boot)
|
/aosp14/system/core/init/ |
H A D | reboot.cpp | 1012 static bool CommandIsPresent(bootloader_message* boot) { in CommandIsPresent() argument 1013 if (boot->command[0] == '\0') in CommandIsPresent() 1017 if (boot->command[i] == '\0') in CommandIsPresent() 1019 if (!isprint(boot->command[i])) in CommandIsPresent() 1023 memset(boot->command, 0, sizeof(boot->command)); in CommandIsPresent() 1073 bootloader_message boot = {}; in HandlePowerctlMessage() local 1079 if (!CommandIsPresent(&boot)) { in HandlePowerctlMessage() 1080 strlcpy(boot.command, "boot-recovery", sizeof(boot.command)); in HandlePowerctlMessage() 1087 bootloader_message boot = {}; in HandlePowerctlMessage() local 1093 if (!CommandIsPresent(&boot)) { in HandlePowerctlMessage() [all …]
|
H A D | README.md | 143 on boot 147 on boot && property:true=true 151 on boot 175 false because the `boot` trigger is a past event. 181 on boot 500 7. `early-boot` - After zygote has started. 501 8. `boot` - After `early-boot` actions have completed. 558 on property:ro.boot.myfancyhardware=1 801 `ro.boot.init_rc` during initial boot. 971 wm am --boot [all …]
|
H A D | README.ueventd.md | 36 PARTNAME>` if the device is a boot device. 164 For boot time purposes, this is done in parallel across a set of child processes. `ueventd.cpp` in 167 There is an option to parallelize the restorecon function during cold boot as well. It is 173 Do parallel restorecon to speed up boot process, subdirectories under `/sys`
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | bootanimation_main.cpp | 48 sp<BootAnimation> boot = new BootAnimation(audioplay::createAnimationCallbacks()); in main() local 52 boot->run("BootAnimation", PRIORITY_DISPLAY); in main()
|
H A D | FORMAT.md | 5 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.
|
/aosp14/frameworks/base/boot/ |
H A D | OWNERS | 4 # art-team@ manages the boot image profiles for frameworks 5 per-file boot-* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | powerstatsservice.proto | 130 * 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) */
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedComponentImpl.java | 176 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()
|
/aosp14/frameworks/base/core/proto/android/app/ |
H A D | alarmmanager.proto | 38 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including 41 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
|
/aosp14/system/core/rootdir/ |
H A D | init.usb.rc | 25 # Set default value on sys.usb.configfs early in boot sequence. It will be 26 # overridden in `on boot` action of init.hardware.rc. 106 # Used to set USB configuration at boot and to switch the configuration 108 on boot && property:persist.sys.usb.config=*
|
/aosp14/system/core/fastboot/testdata/ |
H A D | Android.bp | 33 // Genrules for components of test vendor boot image. 75 // Genrules for test vendor boot images.
|
/aosp14/frameworks/base/services/core/ |
H A D | Android.bp | 152 "android.hardware.boot-V1.0-java", // HIDL 153 "android.hardware.boot-V1.1-java", // HIDL 154 "android.hardware.boot-V1.2-java", // HIDL 155 "android.hardware.boot-V1-java", // AIDL
|
/aosp14/frameworks/base/cmds/incident_helper/testdata/ |
H A D | system_properties.txt | 9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340]
|
/aosp14/frameworks/base/core/proto/android/view/inputmethod/ |
H A D | inputmethodeditortrace.proto | 61 /* required: elapsed realtime in nanos since boot of when this entry was logged */ 111 /* required: elapsed realtime in nanos since boot of when this entry was logged */ 148 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/aosp14/system/core/fastboot/ |
H A D | Android.bp | 166 "android.hardware.boot@1.0", 167 "android.hardware.boot@1.1", 168 "android.hardware.boot-V1-ndk",
|