Home
last modified time | relevance | path

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

12

/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/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:
39 + `p` -- this part will play unless interrupted by the end of the boot
44 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete
75 The file used to draw the time on top of the boot animation. The font format is as follows:
85 The file used to draw the boot progress in percentage on top of the boot animation. The font format
116 The system will end the boot animation (first completing any incomplete or even entirely unplayed
/frameworks/base/boot/
DOWNERS4 # art-team@ manages the boot image profiles for frameworks
5 per-file boot-* = calin@google.com, yawanng@google.com, ngeoffray@google.com
/frameworks/base/config/
DOWNERS3 # art-team@ manages the boot image profiles
4 per-file boot-* = calin@google.com, mathieuc@google.com, ngeoffray@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) */
Dwindowmanagertrace.proto45 /* required: elapsed realtime in nanos since boot of when this entry was logged */
Daccessibilitytrace.proto46 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal20 * @param timestamp Nanoseconds since boot.
26 * @param timestamp Nanoseconds since boot.
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedComponent.java161 final ClassLoader boot = Object.class.getClassLoader(); in ParsedComponent() local
174 this.metaData = in.readBundle(boot); in ParsedComponent()
175 this.mProperties = in.readHashMap(boot); in ParsedComponent()
DParsedPermission.java145 final ClassLoader boot = Object.class.getClassLoader(); in ParsedPermission() local
151 this.parsedPermissionGroup = in.readParcelable(boot); in ParsedPermission()
/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.rc3 # "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/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto57 /* required: elapsed realtime in nanos since boot of when this entry was logged */
103 /* required: elapsed realtime in nanos since boot of when this entry was logged */
136 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/native/cmds/dumpstate/
Ddumpstate.rc1 on boot
/frameworks/base/services/core/
DAndroid.bp137 "android.hardware.boot-V1.0-java",
138 "android.hardware.boot-V1.1-java",
139 "android.hardware.boot-V1.2-java",
/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/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java39 import android.hardware.boot.V1_0.IBootControl;
309 public android.hardware.boot.V1_2.IBootControl getBootControl() throws RemoteException { in getBootControl()
315 android.hardware.boot.V1_2.IBootControl bootControlV12 = in getBootControl()
316 android.hardware.boot.V1_2.IBootControl.castFrom(bootControlV10); in getBootControl()
741 android.hardware.boot.V1_2.IBootControl bootControl; in verifySlotForNextBoot()
/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/base/packages/SystemUI/src/com/android/systemui/tracing/
Dsysui_trace.proto56 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferClient.hal22 * @return token A per-boot-unique token in handle format. The content of
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto44 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
DRecoverySystemServiceTestable.java20 import android.hardware.boot.V1_2.IBootControl;

12