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

  /hardware/libhardware/include/hardware/
boot_control.h 50 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 *module, unsigned slot)
    [all...]
  /hardware/qcom/bootctrl/
boot_control.cpp 79 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 *module, unsigned slot
    [all...]
  /system/extras/boot_control_copy/
boot_control_copy.c 207 int module_setSlotAsUnbootable(struct boot_control_module *module, unsigned slot)
234 int module_isSlotBootable(struct boot_control_module *module, unsigned slot)

Completed in 152 milliseconds