boot_control_module 結構體參考資料
#include <
boot_control.h
>
資料欄位 |
|
struct hw_module_t | 通用 |
void(* | init )(struct boot_control_module *module) |
未簽署(* | getNumberSlots )(struct boot_control_module *module) |
unsigned(* | getCurrentSlot )(struct boot_control_module *module) |
int(* | markBootSuccessful )(struct boot_control_module *module) |
int(* | setActiveBootSlot )(struct boot_control_module *module, 未簽署的槽) |
int(* | setSlotAsUnbootable )(struct boot_control_module *module, 未簽署的槽) |
int(* | isSlotBootable )(struct boot_control_module *module, 未簽署的槽) |
const char *(* | getSuffix )(struct boot_control_module *module, 未簽署的槽) |
int(* | isSlotMarkedSuccessful )(struct boot_control_module *module, 未簽署的槽) |
void * | 保留 [31] |
詳細說明
每個硬體模組都必須有名為 HAL_MODULE_INFO_SYM 的資料結構,且此資料結構的欄位必須以 hw_module_t 開頭,後面接著模組專屬資訊。
定義位於檔案 boot_control.h 的第 50 行。
欄位說明文件
struct hw_module_t common |
定義位於檔案 boot_control.h 的 51 行。
unsigned(* getCurrentSlot)(struct boot_control_module *module) |
定義位於檔案 boot_control.h 的 76 行。
unsigned(* getNumberSlots)(struct boot_control_module *module) |
定義位於檔案 boot_control.h 的 64 行。
const char*(* getSuffix)(struct boot_control_module *module, unsigned slot) |
定義位於檔案 boot_control.h 的 118 行。
void(* init)(struct boot_control_module *module) |
定義位於檔案 boot_control.h 的 57 行。
int(* isSlotBootable)(struct boot_control_module *module, unsigned slot) |
定義位於檔案 boot_control.h 的 110 行。
int(* isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot) |
定義位於檔案 boot_control.h 的 126 行。
int(* markBootSuccessful)(struct boot_control_module *module) |
定義位於檔案 boot_control.h 的 84 行。
void* reserved[31] |
定義位於檔案 boot_control.h 的 128 行。
int(* setActiveBootSlot)(struct boot_control_module *module, unsigned slot) |
定義位於檔案 boot_control.h 的 93 行。
int(* setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot) |
定義位於檔案 boot_control.h 的 101 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ boot_control.h