Home
last modified time | relevance | path

Searched refs:getSnapshotMergeStatus (Results 1 – 6 of 6) 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.h37 Return<MergeStatus> getSnapshotMergeStatus() override;
DBootControlShared.cpp48 Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControlShared
/hardware/interfaces/boot/1.1/default/
DBootControl.h52 Return<MergeStatus> getSnapshotMergeStatus() override;
DBootControl.cpp112 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl