Home
last modified time | relevance | path

Searched refs:merge_status (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp154 CommandResult SetSnapshotMergeStatus(aidl::android::hardware::boot::MergeStatus merge_status) { in SetSnapshotMergeStatus() argument
155 const auto status = module_->setSnapshotMergeStatus(merge_status); in SetSnapshotMergeStatus()
157 LOG(ERROR) << __FUNCTION__ << "(" << merge_status << ")" in SetSnapshotMergeStatus()
294 CommandResult SetSnapshotMergeStatus(MergeStatus merge_status) { in SetSnapshotMergeStatus() argument
300 module_v1_1_->setSnapshotMergeStatus(static_cast<V1_1::MergeStatus>(merge_status)); in SetSnapshotMergeStatus()
302 LOG(ERROR) << __FUNCTION__ << "(" << merge_status << ")" in SetSnapshotMergeStatus()
/hardware/interfaces/boot/1.1/default/boot_control/include/private/
Dboot_control_definition.h97 uint8_t merge_status : 3; member
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp413 message.merge_status = static_cast<uint8_t>(status); in SetMiscVirtualAbMergeStatus()
435 *status = static_cast<MergeStatus>(message.merge_status); in GetMiscVirtualAbMergeStatus()