Home
last modified time | relevance | path

Searched refs:getSnapshotMergeStatus (Results 1 – 15 of 15) 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.cpp82 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P()
92 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
/hardware/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl71 MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus() method
/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/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl40 android.hardware.boot.MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl40 android.hardware.boot.MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus() method
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp84 MergeStatus getSnapshotMergeStatus() const { in getSnapshotMergeStatus() function in android::hal::BootControlClientAidl
86 LOG_NDK_STATUS(module_->getSnapshotMergeStatus(&status)); in getSnapshotMergeStatus()
281 MergeStatus getSnapshotMergeStatus() const { in getSnapshotMergeStatus() function in android::hal::BootControlClientHIDL
286 const auto ret = module_v1_1_->getSnapshotMergeStatus(); in getSnapshotMergeStatus()
/hardware/interfaces/boot/aidl/default/
DBootControl.h30 ::ndk::ScopedAStatus getSnapshotMergeStatus(
DBootControl.cpp80 ScopedAStatus BootControl::getSnapshotMergeStatus(MergeStatus* _aidl_return) { in getSnapshotMergeStatus() function in aidl::android::hardware::boot::BootControl
/hardware/interfaces/boot/aidl/client/include/
DBootControlClient.h80 [[nodiscard]] virtual MergeStatus getSnapshotMergeStatus() const = 0;
/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;
DBootControl.cpp112 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl