HomeSort by relevance Sort by last modified time
    Searched refs:vbnv_set_flag (Results 1 - 5 of 5) sorted by null

  /device/google/dragon/recovery/updater/
recovery_ui.cpp 39 vbnv_set_flag(spi, "dev_boot_fastboot_full_cap", 0x1);
40 vbnv_set_flag(spi, "recovery_reason", 0xC3);
42 vbnv_set_flag(spi, "dev_boot_fastboot_full_cap", 0x0);
43 vbnv_set_flag(spi, "recovery_reason", 0xC3);
vboot_interface.h 54 int vbnv_set_flag(struct flash_device *spi, const char *param, uint8_t value);
update_fw.cpp 131 vbnv_set_flag(spi, "fw_try_next", try_next);
132 vbnv_set_flag(spi, "try_count", 6);
fwtool.cpp 169 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), argv[1], val);
285 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), "boot_result",
287 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), "try_count", 0);
vboot_interface.c 502 int vbnv_set_flag(struct flash_device *spi, const char *param, uint8_t value) function

Completed in 335 milliseconds