Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.1/
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);
/hardware/interfaces/boot/1.1/vts/functional/
DVtsHalBootV1_1TargetTest.cpp68 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P()
78 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
/hardware/google/pixel/bootctrl/
DBootControlShared.h38 Return<MergeStatus> getSnapshotMergeStatus() override;
DBootControlShared.cpp48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControlShared
/hardware/interfaces/boot/1.2/default/
DBootControl.h51 Return<MergeStatus> getSnapshotMergeStatus() override;
DBootControl.cpp113 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.1/default/
DBootControl.h52 Return<MergeStatus> getSnapshotMergeStatus() override;