Searched refs:boot_control_ (Results 1 – 2 of 2) sorted by relevance
66 if (!boot_control_) { in EnsureBootHal()76 boot_control_ = std::move(hal); in EnsureBootHal()87 const auto ret = boot_control_->SetSnapshotMergeStatus(status);113 CommandResult result = boot_control_->MarkSlotUnbootable(slot);
53 std::unique_ptr<::android::hal::BootControlClient> boot_control_; variable