/hardware/interfaces/boot/aidl/vts/functional/ |
D | VtsHalBootAidlTargetTest.cpp | 83 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/ |
D | VtsHalBootV1_0TargetTest.cpp | 86 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/ |
D | LegacyBootControl.cpp | 74 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()
|
D | LegacyBootControl.h | 42 Return<BoolResult> isSlotBootable(uint32_t slot) override;
|
/hardware/interfaces/boot/1.0/default/ |
D | BootControl.cpp | 73 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()
|
D | BootControl.h | 46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
|
/hardware/interfaces/boot/aidl/android/hardware/boot/ |
D | IBootControl.aidl | 91 boolean isSlotBootable(in int slot); in isSlotBootable() method
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/ |
D | IBootControl.aidl | 42 boolean isSlotBootable(in int slot); in isSlotBootable() method
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/ |
D | IBootControl.aidl | 42 boolean isSlotBootable(in int slot); in isSlotBootable() method
|
/hardware/libhardware/include/hardware/ |
D | boot_control.h | 110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
|
/hardware/libhardware/include_all/hardware/ |
D | boot_control.h | 110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
|
/hardware/interfaces/boot/aidl/default/ |
D | BootControl.h | 33 ::ndk::ScopedAStatus isSlotBootable(int32_t in_slot, bool* _aidl_return) override;
|
D | BootControl.cpp | 96 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/ |
D | BootControl.h | 45 Return<BoolResult> isSlotBootable(uint32_t slot) override;
|
D | BootControl.cpp | 84 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_2::implementation::BootControl
|
/hardware/interfaces/boot/1.1/default/ |
D | BootControl.h | 46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
|
D | BootControl.cpp | 84 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/ |
D | legacy_boot_control.cpp | 111 .isSlotBootable = BootControl_isSlotBootable,
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 77 * isSlotBootable() returns if the slot passed in parameter is bootable. Note 83 isSlotBootable(Slot slot) generates (BoolResult bootable);
|
/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 102 const auto status = module_->isSlotBootable(slot, &ret); in IsSlotBootable() 215 const auto ret = module_v1_->isSlotBootable(slot); in IsSlotBootable()
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 342 .isSlotBootable = IsSlotBootable,
|
/hardware/qcom/bootctrl/ |
D | boot_control.cpp | 715 .isSlotBootable = is_slot_bootable,
|