Searched refs:markBootSuccessful (Results 1 – 10 of 10) sorted by relevance
46 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful() function in android::hardware::boot::V1_0::implementation::BootControl47 int ret = mModule->markBootSuccessful(mModule); in markBootSuccessful()
43 Return<void> markBootSuccessful(markBootSuccessful_cb _hidl_cb) override;
74 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()
84 int (*markBootSuccessful)(struct boot_control_module *module); member
45 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful() function in android::hardware::boot::V1_1::implementation::BootControl
54 * 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
108 .markBootSuccessful = BootControl_markBootSuccessful,
339 .markBootSuccessful = MarkBootSuccessful,
665 .markBootSuccessful = mark_boot_successful,