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.cpp66 boot_control_hal_(IBootControl::getService()),
76 if (boot_control_hal_) {
77 boot1_1_ = android::hardware::boot::V1_1::IBootControl::castFrom(boot_control_hal_);
103 if (!boot_control_hal_) { in GetCurrentSlot()
108 boot_control_hal_->getSuffix(boot_control_hal_->getCurrentSlot(), cb); in GetCurrentSlot()
Dfastboot_device.h54 return boot_control_hal_; in boot_control_hal()
68 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal_; variable