Home
last modified time | relevance | path

Searched refs:setSnapshotMergeStatus (Results 1 – 14 of 14) 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/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl157 void setSnapshotMergeStatus(in MergeStatus status); in setSnapshotMergeStatus() method
/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/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl47 void setSnapshotMergeStatus(in android.hardware.boot.MergeStatus status); in setSnapshotMergeStatus() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl47 void setSnapshotMergeStatus(in android.hardware.boot.MergeStatus status); in setSnapshotMergeStatus() method
/hardware/interfaces/boot/aidl/default/
DBootControl.h38 ::ndk::ScopedAStatus setSnapshotMergeStatus(
DBootControl.cpp146 ScopedAStatus BootControl::setSnapshotMergeStatus(MergeStatus in_status) { in setSnapshotMergeStatus() function in aidl::android::hardware::boot::BootControl
/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;
DBootControl.cpp108 Return<bool> BootControl::setSnapshotMergeStatus(MergeStatus status) { in setSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
/hardware/interfaces/boot/1.1/vts/functional/
DVtsHalBootV1_1TargetTest.cpp91 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp229 const auto status = module_->setSnapshotMergeStatus(merge_status); in SetSnapshotMergeStatus()
379 module_v1_1_->setSnapshotMergeStatus(static_cast<V1_1::MergeStatus>(merge_status)); in SetSnapshotMergeStatus()