Home
last modified time | relevance | path

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

/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/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/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/ti/am57x/bootctrl/
Dboot_control.cc339 .markBootSuccessful = MarkBootSuccessful,
/hardware/qcom/bootctrl/
Dboot_control.cpp665 .markBootSuccessful = mark_boot_successful,