OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumberSlots
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
boot_control.h
60
* (*
getNumberSlots
)() returns the number of available slots.
64
unsigned (*
getNumberSlots
)(struct boot_control_module *module);
73
* value returned by
getNumberSlots
. Slots start at 0 and
74
* finish at
getNumberSlots
() - 1
/system/extras/bootctl/
bootctl.c
70
int num_slots = module->
getNumberSlots
(module);
/system/update_engine/
boot_control_android.cc
87
return module_->
getNumberSlots
(module_);
/hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c
352
.
getNumberSlots
= bootctrl_get_number_slots,
/system/extras/boot_control_copy/
boot_control_copy.c
284
.
getNumberSlots
= module_getNumberSlots,
/hardware/qcom/bootctrl/
boot_control.cpp
659
.
getNumberSlots
= get_number_slots,
Completed in 66 milliseconds