/hardware/interfaces/boot/1.1/ |
D | IBootControl.hal | 26 * 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/ |
D | VtsHalBootV1_1TargetTest.cpp | 82 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P() 92 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
|
/hardware/interfaces/boot/aidl/android/hardware/boot/ |
D | IBootControl.aidl | 71 MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus() method
|
/hardware/google/pixel/bootctrl/ |
D | BootControlShared.h | 38 Return<MergeStatus> getSnapshotMergeStatus() override;
|
D | BootControlShared.cpp | 48 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/ |
D | IBootControl.aidl | 40 android.hardware.boot.MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus() method
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/ |
D | IBootControl.aidl | 40 android.hardware.boot.MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus() method
|
/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 84 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/ |
D | BootControl.h | 30 ::ndk::ScopedAStatus getSnapshotMergeStatus(
|
D | BootControl.cpp | 80 ScopedAStatus BootControl::getSnapshotMergeStatus(MergeStatus* _aidl_return) { in getSnapshotMergeStatus() function in aidl::android::hardware::boot::BootControl
|
/hardware/interfaces/boot/aidl/client/include/ |
D | BootControlClient.h | 80 [[nodiscard]] virtual MergeStatus getSnapshotMergeStatus() const = 0;
|
/hardware/interfaces/boot/1.2/default/ |
D | BootControl.h | 51 Return<MergeStatus> getSnapshotMergeStatus() override;
|
D | BootControl.cpp | 113 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_2::implementation::BootControl
|
/hardware/interfaces/boot/1.1/default/ |
D | BootControl.h | 52 Return<MergeStatus> getSnapshotMergeStatus() override;
|
D | BootControl.cpp | 112 Return<MergeStatus> BootControl::getSnapshotMergeStatus() { in getSnapshotMergeStatus() function in android::hardware::boot::V1_1::implementation::BootControl
|