Lines Matching defs:module
72 static int do_hal_info(const sp<V1_0::IBootControl> module) { in do_hal_info()
79 static int do_get_number_slots(sp<V1_0::IBootControl> module) { in do_get_number_slots()
85 static int do_get_current_slot(sp<V1_0::IBootControl> module) { in do_get_current_slot()
106 static int do_mark_boot_successful(sp<V1_0::IBootControl> module) { in do_mark_boot_successful()
112 static int do_get_active_boot_slot(sp<V1_2::IBootControl> module) { in do_get_active_boot_slot()
118 static int do_set_active_boot_slot(sp<V1_0::IBootControl> module, Slot slot_number) { in do_set_active_boot_slot()
124 static int do_set_slot_as_unbootable(sp<V1_0::IBootControl> module, Slot slot_number) { in do_set_slot_as_unbootable()
143 static int do_is_slot_bootable(sp<V1_0::IBootControl> module, Slot slot_number) { in do_is_slot_bootable()
148 static int do_is_slot_marked_successful(sp<V1_0::IBootControl> module, Slot slot_number) { in do_is_slot_marked_successful()
162 static int do_set_snapshot_merge_status(sp<V1_1::IBootControl> module, BootCtlVersion bootVersion, in do_set_snapshot_merge_status()
200 static int do_get_snapshot_merge_status(sp<V1_1::IBootControl> module) { in do_get_snapshot_merge_status()
208 static int do_get_suffix(sp<V1_0::IBootControl> module, Slot slot_number) { in do_get_suffix()