Searched refs:setSnapshotMergeStatus (Results 1 – 7 of 7) sorted by relevance
30 * (e.g. set by setSnapshotMergeStatus or set to CANCELLED by bootloader).33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until34 * 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
37 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
44 Return<bool> BootControlShared::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
50 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
109 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
51 Return<bool> setSnapshotMergeStatus(MergeStatus status) override;
77 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()