OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_control_module_t
(Results
1 - 8
of
8
) sorted by null
/system/extras/bootctl/
bootctl.c
68
static int do_get_number_slots(
boot_control_module_t
*module)
75
static int do_get_current_slot(
boot_control_module_t
*module)
82
static int do_mark_boot_successful(
boot_control_module_t
*module)
92
static int do_set_active_boot_slot(
boot_control_module_t
*module,
102
static int do_set_slot_as_unbootable(
boot_control_module_t
*module,
113
static int do_is_slot_bootable(
boot_control_module_t
*module, int slot_number)
127
static int do_get_suffix(
boot_control_module_t
*module, int slot_number)
134
static int do_is_slot_marked_successful(
boot_control_module_t
*module,
172
boot_control_module_t
*module;
185
module = (
boot_control_module_t
*) hw_module
[
all
...]
/hardware/libhardware/include/hardware/
boot_control.h
129
}
boot_control_module_t
;
typedef in typeref:struct:boot_control_module
/system/update_engine/
boot_control_android.h
54
boot_control_module_t
* module_;
boot_control_android.cc
75
module_ = reinterpret_cast<
boot_control_module_t
*>(const_cast<hw_module_t*>(hw_module));
/hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c
127
void bootctrl_init(
boot_control_module_t
*module __unused)
132
unsigned bootctrl_get_number_slots(
boot_control_module_t
*module __unused)
192
unsigned bootctrl_get_current_slot(
boot_control_module_t
*module __unused)
206
int bootctrl_mark_boot_successful(
boot_control_module_t
*module __unused)
231
int bootctrl_set_active_boot_slot(
boot_control_module_t
*module __unused,
271
int bootctrl_set_slot_as_unbootable(
boot_control_module_t
*module __unused,
302
int bootctrl_is_slot_bootable(
boot_control_module_t
*module __unused,
320
const char *bootctrl_get_suffix(
boot_control_module_t
*module __unused,
341
boot_control_module_t
HAL_MODULE_INFO_SYM = {
/system/extras/boot_control_copy/
boot_control_copy.c
33
void module_init(
boot_control_module_t
*module)
37
unsigned module_getNumberSlots(
boot_control_module_t
*module)
61
unsigned module_getCurrentSlot(
boot_control_module_t
*module)
90
int module_markBootSuccessful(
boot_control_module_t
*module)
134
int module_setActiveBootSlot(
boot_control_module_t
*module, unsigned slot)
254
const char* module_getSuffix(
boot_control_module_t
*module, unsigned slot)
273
boot_control_module_t
HAL_MODULE_INFO_SYM = {
/bootable/recovery/update_verifier/
update_verifier.cpp
153
boot_control_module_t
* module = reinterpret_cast<
boot_control_module_t
*>(
/hardware/qcom/bootctrl/
boot_control.cpp
648
boot_control_module_t
HAL_MODULE_INFO_SYM = {
Completed in 175 milliseconds