/hardware/interfaces/boot/aidl/vts/functional/ |
D | VtsHalBootAidlTargetTest.cpp | 73 boot->isSlotMarkedSuccessful(curSlot, &ret); in TEST_P() 159 const auto res = boot->isSlotMarkedSuccessful(s, &isSuccess); in TEST_P() 164 const auto res = boot->isSlotMarkedSuccessful(slots, &isSuccess); in TEST_P()
|
/hardware/interfaces/boot/1.0/default/ |
D | BootControl.cpp | 81 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful() function in android::hardware::boot::V1_0::implementation::BootControl 82 int32_t ret = mModule->isSlotMarkedSuccessful(mModule, slot); in isSlotMarkedSuccessful()
|
D | BootControl.h | 47 Return<BoolResult> isSlotMarkedSuccessful(uint32_t slot) override;
|
/hardware/google/pixel/bootctrl/ |
D | LegacyBootControl.cpp | 82 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful() function in android::hardware::boot::V1_2::implementation::BootControl 83 int32_t ret = mModule->isSlotMarkedSuccessful(mModule, slot); in isSlotMarkedSuccessful()
|
D | LegacyBootControl.h | 43 Return<BoolResult> isSlotMarkedSuccessful(uint32_t slot) override;
|
/hardware/interfaces/boot/aidl/android/hardware/boot/ |
D | IBootControl.aidl | 101 boolean isSlotMarkedSuccessful(in int slot); in isSlotMarkedSuccessful() method
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/ |
D | IBootControl.aidl | 43 boolean isSlotMarkedSuccessful(in int slot); in isSlotMarkedSuccessful() method
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/ |
D | IBootControl.aidl | 43 boolean isSlotMarkedSuccessful(in int slot); in isSlotMarkedSuccessful() method
|
/hardware/interfaces/boot/1.0/vts/functional/ |
D | VtsHalBootV1_0TargetTest.cpp | 78 BoolResult ret = boot->isSlotMarkedSuccessful(curSlot); in TEST_P() 165 EXPECT_NE(BoolResult::INVALID_SLOT, boot->isSlotMarkedSuccessful(s)); in TEST_P() 168 EXPECT_EQ(BoolResult::INVALID_SLOT, boot->isSlotMarkedSuccessful(slots)); in TEST_P()
|
/hardware/libhardware/include/hardware/ |
D | boot_control.h | 126 int (*isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot); member
|
/hardware/libhardware/include_all/hardware/ |
D | boot_control.h | 126 int (*isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot); member
|
/hardware/interfaces/boot/aidl/default/ |
D | BootControl.h | 34 ::ndk::ScopedAStatus isSlotMarkedSuccessful(int32_t in_slot, bool* _aidl_return) override;
|
D | BootControl.cpp | 105 ScopedAStatus BootControl::isSlotMarkedSuccessful(int32_t in_slot, bool* _aidl_return) { in isSlotMarkedSuccessful() function in aidl::android::hardware::boot::BootControl
|
/hardware/interfaces/boot/1.2/default/ |
D | BootControl.h | 46 Return<BoolResult> isSlotMarkedSuccessful(uint32_t slot) override;
|
D | BootControl.cpp | 91 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful() function in android::hardware::boot::V1_2::implementation::BootControl
|
/hardware/interfaces/boot/1.1/default/ |
D | BootControl.h | 47 Return<BoolResult> isSlotMarkedSuccessful(uint32_t slot) override;
|
D | BootControl.cpp | 91 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot) { in isSlotMarkedSuccessful() function in android::hardware::boot::V1_1::implementation::BootControl
|
/hardware/interfaces/boot/1.1/default/boot_control/ |
D | legacy_boot_control.cpp | 113 .isSlotMarkedSuccessful = BootControl_isSlotMarkedSuccessful,
|
/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 137 const auto status = module_->isSlotMarkedSuccessful(slot, &ret); in IsSlotMarkedSuccessful() 268 const auto ret = module_v1_->isSlotMarkedSuccessful(slot); in IsSlotMarkedSuccessful()
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 344 .isSlotMarkedSuccessful = IsSlotMarkedSuccessful
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 92 isSlotMarkedSuccessful(Slot slot) generates (BoolResult successful);
|
/hardware/qcom/bootctrl/ |
D | boot_control.cpp | 717 .isSlotMarkedSuccessful = is_slot_marked_successful,
|