Home
last modified time | relevance | path

Searched defs:boot_control_module (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
Dboot_control.h50 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 …]