Home
last modified time | relevance | path

Searched refs:kSetLockState (Results 1 – 2 of 2) sorted by relevance

/external/libese/apps/boot/
Dboot_private.h35 extern const uint8_t kSetLockState[];
Dboot.c36 const uint8_t kSetLockState[] = {0x80, 0x08, 0x00, 0x00, 0x00}; variable
411 uint8_t chan = kSetLockState[0] | session->channel_id; in ese_boot_lock_xset()
414 tx[1].base = (uint8_t *)&kSetLockState[1]; in ese_boot_lock_xset()
461 uint8_t chan = kSetLockState[0] | session->channel_id; in ese_boot_lock_set()
464 tx[1].base = (uint8_t *)&kSetLockState[1]; in ese_boot_lock_set()