boot_control_module 構造体リファレンス
#include <
boot_control.h
>
データ フィールド |
|
struct hw_module_t | common |
void(* | init )(struct boot_control_module *module) |
未符号(* | getNumberSlots )(struct boot_control_module *module) |
未符号(* | getCurrentSlot )(struct boot_control_module *module) |
int(* | markBootSuccessful )(struct boot_control_module *module) |
int(* | setActiveBootSlot )(struct boot_control_module *module, unsigned slot) |
int(* | setSlotAsUnbootable )(struct boot_control_module *module, unsigned slot) |
int(* | isSlotBootable )(struct boot_control_module *module, unsigned slot) |
const char *(* | getSuffix )(struct boot_control_module *module, unsigned slot) |
int(* | isSlotMarkedSuccessful )(struct boot_control_module *module, unsigned slot) |
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