Home
last modified time | relevance | path

Searched refs:inBootloader (Results 1 – 6 of 6) sorted by relevance

/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DBasicLock.java99 public void requireBootloader(boolean inBootloader) { in requireBootloader() argument
100 onlyInBootloader = inBootloader; in requireBootloader()
279 if (globalState.inBootloader() == false) { in set()
285 if (globalState.inBootloader() == true) { in set()
DGlobalStateImpl.java229 public boolean inBootloader() { in inBootloader() method in GlobalStateImpl
268 if (inBootloader() == false) { in setProduction()
DVersionStorage.java74 globalState.inBootloader() == false) { in setSlot()
DStorage.java290 if (globalState.inBootloader() == true) { in sendStorageState()
/external/libese/apps/boot/card/src/com/android/verifiedboot/globalstate/owner/
DOwnerInterface.java49 boolean inBootloader(); in inBootloader() method
/external/libese/apps/boot/
DREADME.md293 - Leave the inBootloader() signal asserted (recommended but not required).
305 - Leave inBootloader() signal asserted or implement the steps below in
325 Do not load any non-repair or non-factory OS without clearing the inBootloader
334 - Prior to leaving the bootloader, clear the inBootloader signal.
336 As rollback index values can only be written when inBootloader signal is set,