Searched refs:boot_control_module (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dboot_control.h50 typedef struct boot_control_module { struct
57 void (*init)(struct boot_control_module *module);
64 unsigned (*getNumberSlots)(struct boot_control_module *module);
76 unsigned (*getCurrentSlot)(struct boot_control_module *module);
84 int (*markBootSuccessful)(struct boot_control_module *module);
93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot);
101 int (*setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot);
110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot);
118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot);
126 int (*isSlotMarkedSuccessful)(struct boot_control_module *modul
[all...]
/hardware/qcom/bootctrl/
H A Dboot_control.cpp79 void boot_control_init(struct boot_control_module *module)
250 unsigned get_number_slots(struct boot_control_module *module)
281 unsigned get_current_slot(struct boot_control_module *module)
316 static int boot_control_check_slot_sanity(struct boot_control_module *module,
330 int mark_boot_successful(struct boot_control_module *module)
348 const char *get_suffix(struct boot_control_module *module, unsigned slot)
519 int set_active_boot_slot(struct boot_control_module *module, unsigned slot)
590 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot)
606 int is_slot_bootable(struct boot_control_module *module, unsigned slot)
625 int is_slot_marked_successful(struct boot_control_module *modul
[all...]

Completed in 60 milliseconds