Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.1/
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
/hardware/google/pixel/bootctrl/
DBootControlShared.h37 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
DBootControlShared.cpp44 Return<bool> BootControlShared::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
/hardware/interfaces/boot/1.2/default/
DBootControl.h50 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
DBootControl.cpp109 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.1/default/
DBootControl.h51 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
/hardware/interfaces/boot/1.1/vts/functional/
DVtsHalBootV1_1TargetTest.cpp77 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()