Home
last modified time | relevance | path

Searched refs:isSlotBootable (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp83 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
116 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
120 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
145 const auto res = boot->isSlotBootable(s, &bootable); in TEST_P()
151 const auto res = boot->isSlotBootable(slots, &bootable); in TEST_P()
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp86 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
122 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
128 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_P()
156 EXPECT_NE(BoolResult::INVALID_SLOT, boot->isSlotBootable(s)); in TEST_P()
159 EXPECT_EQ(BoolResult::INVALID_SLOT, boot->isSlotBootable(slots)); in TEST_P()
/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp74 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_2::implementation::BootControl
75 int32_t ret = mModule->isSlotBootable(mModule, slot); in isSlotBootable()
DLegacyBootControl.h42 Return<BoolResult> isSlotBootable(uint32_t slot) override;
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp73 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_0::implementation::BootControl
74 int32_t ret = mModule->isSlotBootable(mModule, slot); in isSlotBootable()
DBootControl.h46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
/hardware/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl91 boolean isSlotBootable(in int slot); in isSlotBootable() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl42 boolean isSlotBootable(in int slot); in isSlotBootable() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl42 boolean isSlotBootable(in int slot); in isSlotBootable() method
/hardware/libhardware/include/hardware/
Dboot_control.h110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
/hardware/libhardware/include_all/hardware/
Dboot_control.h110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
/hardware/interfaces/boot/aidl/default/
DBootControl.h33 ::ndk::ScopedAStatus isSlotBootable(int32_t in_slot, bool* _aidl_return) override;
DBootControl.cpp96 ScopedAStatus BootControl::isSlotBootable(int32_t in_slot, bool* _aidl_return) { in isSlotBootable() function in aidl::android::hardware::boot::BootControl
/hardware/interfaces/boot/1.2/default/
DBootControl.h45 Return<BoolResult> isSlotBootable(uint32_t slot) override;
DBootControl.cpp84 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.1/default/
DBootControl.h46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
DBootControl.cpp84 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_1::implementation::BootControl
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp111 .isSlotBootable = BootControl_isSlotBootable,
/hardware/interfaces/boot/1.0/
DIBootControl.hal77 * isSlotBootable() returns if the slot passed in parameter is bootable. Note
83 isSlotBootable(Slot slot) generates (BoolResult bootable);
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp102 const auto status = module_->isSlotBootable(slot, &ret); in IsSlotBootable()
215 const auto ret = module_v1_->isSlotBootable(slot); in IsSlotBootable()
/hardware/ti/am57x/bootctrl/
Dboot_control.cc342 .isSlotBootable = IsSlotBootable,
/hardware/qcom/bootctrl/
Dboot_control.cpp715 .isSlotBootable = is_slot_bootable,