Searched defs:boot_control_module (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | boot_control.h | 50 typedef struct boot_control_module { struct 57 void (*init)(struct boot_control_module *module); argument 64 unsigned (*getNumberSlots)(struct boot_control_module *module); argument 76 unsigned (*getCurrentSlot)(struct boot_control_module *module); argument 84 int (*markBootSuccessful)(struct boot_control_module *module); argument 93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot); argument 101 int (*setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot); argument 110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); argument 118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot); argument 126 int (*isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot); argument [all …]
|
/hardware/libhardware/include_all/hardware/ |
D | boot_control.h | 50 typedef struct boot_control_module { struct 57 void (*init)(struct boot_control_module *module); argument 64 unsigned (*getNumberSlots)(struct boot_control_module *module); argument 76 unsigned (*getCurrentSlot)(struct boot_control_module *module); argument 84 int (*markBootSuccessful)(struct boot_control_module *module); argument 93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot); argument 101 int (*setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot); argument 110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); argument 118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot); argument 126 int (*isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot); argument [all …]
|