Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/boot/1.1/
H A DIBootControl.hal26 * getSnapshotMergeStatus must return the set value.
28 * The merge status must be persistent across reboots. That is, getSnapshotMergeStatus
33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until
64 getSnapshotMergeStatus() generates (MergeStatus status);
/aosp12/hardware/interfaces/boot/1.1/vts/functional/
H A DVtsHalBootV1_1TargetTest.cpp68 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P()
78 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
/aosp12/hardware/google/pixel/bootctrl/
H A DBootControlShared.h38 Return<MergeStatus> getSnapshotMergeStatus() override;
H A DBootControlShared.cpp48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
/aosp12/hardware/interfaces/boot/1.1/default/
H A DBootControl.h52 Return<MergeStatus> getSnapshotMergeStatus() override;
H A DBootControl.cpp112 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.h51 Return<MergeStatus> getSnapshotMergeStatus() override;
H A DBootControl.cpp113 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
/aosp12/system/core/fastboot/device/
H A Dcommands.cpp79 auto merge_status = hal->getSnapshotMergeStatus(); in IsSnapshotUpdateInProgress()
321 auto merge_status = hal11->getSnapshotMergeStatus(); in SetActiveHandler()
655 MergeStatus status = hal->getSnapshotMergeStatus(); in SnapshotUpdateHandler()
H A Dvariables.cpp459 MergeStatus status = hal->getSnapshotMergeStatus(); in GetSnapshotUpdateStatus()
/aosp12/system/extras/bootctl/
H A Dbootctl.cpp201 MergeStatus ret = module->getSnapshotMergeStatus(); in do_get_snapshot_merge_status()