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;
71 static int do_hal_info(const sp<V1_0::IBootControl> module) { in do_hal_info()
80 static int do_get_number_slots(sp<V1_0::IBootControl> module) in do_get_number_slots()
87 static int do_get_current_slot(sp<V1_0::IBootControl> module) in do_get_current_slot()
111 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, in do_set_active_boot_slot()
126 static int do_set_slot_as_unbootable(sp<V1_0::IBootControl> module, in do_set_slot_as_unbootable()
147 static int do_is_slot_bootable(sp<V1_0::IBootControl> module, Slot slot_number) in do_is_slot_bootable()
153 static int do_is_slot_marked_successful(sp<V1_0::IBootControl> module, in do_is_slot_marked_successful()
215 static int do_get_suffix(sp<V1_0::IBootControl> module, Slot slot_number) { in do_get_suffix()
247 sp<V1_0::IBootControl> v1_0_module; in main()
251 v1_0_module = V1_0::IBootControl::getService(); in main()