Home
last modified time | relevance | path

Searched refs:setSnapshotMergeStatus (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/boot/1.1/
H A DIBootControl.hal30 * (e.g. set by setSnapshotMergeStatus or set to CANCELLED by bootloader).
33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until
34 * setSnapshotMergeStatus has returned.
51 setSnapshotMergeStatus(MergeStatus status) generates (bool success);
56 * This function must return the merge status set by the last setSnapshotMergeStatus call and
/aosp12/hardware/google/pixel/bootctrl/
H A DBootControlShared.h37 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
H A DBootControlShared.cpp44 Return<bool> BootControlShared::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
/aosp12/hardware/interfaces/boot/1.1/default/
H A DBootControl.h51 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
H A DBootControl.cpp108 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.h50 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
H A DBootControl.cpp109 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
/aosp12/hardware/interfaces/boot/1.1/vts/functional/
H A DVtsHalBootV1_1TargetTest.cpp77 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp86 if (!boot_control_->setSnapshotMergeStatus(status)) {
/aosp12/system/extras/bootctl/
H A Dbootctl.cpp177 if (!module->setSnapshotMergeStatus(status.value())) { in do_set_snapshot_merge_status()
/aosp12/system/core/fastboot/device/
H A Dcommands.cpp664 hal->setSnapshotMergeStatus(MergeStatus::CANCELLED); in SnapshotUpdateHandler()