Searched refs:setSnapshotMergeStatus (Results 1 – 14 of 14) 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
157 void setSnapshotMergeStatus(in MergeStatus status); in setSnapshotMergeStatus() method
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
47 void setSnapshotMergeStatus(in android.hardware.boot.MergeStatus status); in setSnapshotMergeStatus() method
38 ::ndk::ScopedAStatus setSnapshotMergeStatus(
146 ScopedAStatus BootControl::setSnapshotMergeStatus(MergeStatus in_status) { in setSnapshotMergeStatus() function in aidl::android::hardware::boot::BootControl
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;
108 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
91 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()
229 const auto status = module_->setSnapshotMergeStatus(merge_status); in SetSnapshotMergeStatus()379 module_v1_1_->setSnapshotMergeStatus(static_cast<V1_1::MergeStatus>(merge_status)); in SetSnapshotMergeStatus()