Searched refs:LOCK_DEVICE (Results 1 – 3 of 3) sorted by relevance
23 LOCK_DEVICE = "devices/lock" variable in ChaosDataStoreUtils94 request = self.CHAOS_DATASTORE_URL + '/' + self.LOCK_DEVICE
75 private final static byte LOCK_DEVICE = (byte) 0x01; field in Storage149 locks[LOCK_DEVICE] = new BasicLock(NO_METADATA, NO_REQ_LOCKS); in Storage()150 BasicLock lockRef = (BasicLock)locks[LOCK_DEVICE]; in Storage()160 lockRef.addRequiredLock(locks[LOCK_DEVICE]); in Storage()
35 - `LOCK_DEVICE`144 As `LOCK_DEVICE` has not metadata, it can be set and retrieved using157 both `LOCK_CARRIER` and `LOCK_DEVICE` are cleared/unlocked.159 As with `LOCK_DEVICE`, `LOCK_BOOT` has no metadata so it does not need the181 device to be unlocked implies both physical access the `LOCK_DEVICE`234 - `ese_boot_session_lock_set(LOCK_DEVICE, 0x1);`385 Note, `LOCK_DEVICE` and `LOCK_CARRIER` should not need to be used by fastboot.