Home
last modified time | relevance | path

Searched refs:booting (Results 1 – 12 of 12) sorted by relevance

/aosp14/system/core/init/
H A Dfirmware_handler.cpp269 int booting = IsBooting(); in ProcessFirmwareEvent() local
276 if (booting) { in ProcessFirmwareEvent()
280 booting = IsBooting(); in ProcessFirmwareEvent()
H A DREADME.md1076 as 2). Note that the decision to boot normally into Android instead of booting
/aosp14/system/core/fs_mgr/
H A DREADME.overlayfs.md68 for backing storage. eg: if booting off system_a+vendor_a, use system_b.
/aosp14/frameworks/base/packages/SystemUI/
H A DREADME.md43 since these objects may be started before the device has finished booting.
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java593 public abstract void setBooting(boolean booting); in setBooting() argument
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md119 parts that are of type `c`) when the system is finished booting. (This is accomplished by setting
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java1387 final boolean booting = mService.isBooting(); in checkFinishBootingLocked()
1394 if (booting || enableScreen) { in checkFinishBootingLocked()
1395 mService.postFinishBooting(booting, enableScreen); in checkFinishBootingLocked()
H A DActivityTaskManagerService.java5020 void setBooting(boolean booting) { in setBooting() argument
5021 mAmInternal.setBooting(booting); in setBooting()
/aosp14/system/core/fastboot/
H A DREADME.md157 continue Continue booting as normal (if possible)
/aosp14/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto748 optional bool booting = 43; field
/aosp14/system/core/rootdir/
H A Dinit.rc529 rm /dev/.booting
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5306 boolean booting; in ensureBootCompleted()
5309 booting = mBooting; in ensureBootCompleted()
5315 if (booting) { in ensureBootCompleted()
18172 public void setBooting(boolean booting) { in setBooting() argument
18173 mBooting = booting; in setBooting()