Home
last modified time | relevance | path

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

/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp68 const auto result = boot->markBootSuccessful(); in TEST_P()
99 result = boot->markBootSuccessful(); in TEST_P()
130 result = boot->markBootSuccessful(); in TEST_P()
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp46 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful() function in android::hardware::boot::V1_0::implementation::BootControl
47 int ret = mModule->markBootSuccessful(mModule); in markBootSuccessful()
DBootControl.h43 Return<void> markBootSuccessful(markBootSuccessful_cb _hidl_cb) override;
/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp47 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful() function in android::hardware::boot::V1_2::implementation::BootControl
48 int ret = mModule->markBootSuccessful(mModule); in markBootSuccessful()
DLegacyBootControl.h39 Return<void> markBootSuccessful(markBootSuccessful_cb _hidl_cb) override;
/hardware/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl108 void markBootSuccessful(); in markBootSuccessful() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl44 void markBootSuccessful(); in markBootSuccessful() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl44 void markBootSuccessful(); in markBootSuccessful() method
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp74 Return<void> result = boot->markBootSuccessful(generate_callback(&cr)); in TEST_P()
106 result = boot->markBootSuccessful(generate_callback(&cr)); in TEST_P()
139 result = boot->markBootSuccessful(generate_callback(&cr)); in TEST_P()
/hardware/libhardware/include/hardware/
Dboot_control.h84 int (*markBootSuccessful)(struct boot_control_module *module); member
/hardware/libhardware/include_all/hardware/
Dboot_control.h84 int (*markBootSuccessful)(struct boot_control_module *module); member
/hardware/interfaces/boot/aidl/default/
DBootControl.h35 ::ndk::ScopedAStatus markBootSuccessful() override;
DBootControl.cpp114 ScopedAStatus BootControl::markBootSuccessful() { in markBootSuccessful() function in aidl::android::hardware::boot::BootControl
/hardware/interfaces/boot/1.2/default/
DBootControl.h42 Return<void> markBootSuccessful(markBootSuccessful_cb _hidl_cb) override;
DBootControl.cpp45 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.1/default/
DBootControl.h43 Return<void> markBootSuccessful(markBootSuccessful_cb _hidl_cb) override;
DBootControl.cpp45 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful() function in android::hardware::boot::V1_1::implementation::BootControl
/hardware/interfaces/boot/1.0/
DIBootControl.hal54 * markBootSuccessful() marks the current slot as having booted successfully.
58 markBootSuccessful() generates (CommandResult error);
87 * marked as successful using markBootSuccessful. Note that only the current
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp108 .markBootSuccessful = BootControl_markBootSuccessful,
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp147 const auto status = module_->markBootSuccessful(); in MarkBootSuccessful()
257 const auto ret = module_v1_->markBootSuccessful([&](const V1_0::CommandResult& error) { in MarkBootSuccessful()
/hardware/ti/am57x/bootctrl/
Dboot_control.cc339 .markBootSuccessful = MarkBootSuccessful,
/hardware/qcom/bootctrl/
Dboot_control.cpp711 .markBootSuccessful = mark_boot_successful,