Lines Matching refs:V1_0
28 using android::hardware::boot::V1_0::BoolResult;
29 using android::hardware::boot::V1_0::CommandResult;
30 using android::hardware::boot::V1_0::Slot;
34 namespace V1_0 = android::hardware::boot::V1_0;
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()
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()
208 static int do_get_suffix(sp<V1_0::IBootControl> module, Slot slot_number) { in do_get_suffix()
237 sp<V1_0::IBootControl> v1_0_module; in main()
242 v1_0_module = V1_0::IBootControl::getService(); in main()