Home
last modified time | relevance | path

Searched refs:boot_control_hal_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dfastboot_device.cpp113 boot_control_hal_(BootControlClient::WaitForService()),
146 if (!boot_control_hal_) { in GetCurrentSlot()
149 std::string suffix = boot_control_hal_->GetSuffix(boot_control_hal_->GetCurrentSlot()); in GetCurrentSlot()
154 if (boot_control_hal_ && in boot1_1()
155 boot_control_hal_->GetVersion() >= android::hal::BootControlVersion::BOOTCTL_V1_1) { in boot1_1()
156 return boot_control_hal_.get(); in boot1_1()
Dfastboot_device.h53 BootControlClient* boot_control_hal() const { return boot_control_hal_.get(); } in boot_control_hal()
66 std::unique_ptr<BootControlClient> boot_control_hal_; variable