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.cpp65 boot_control_hal_(IBootControl::getService()),
75 if (boot_control_hal_) {
76 boot1_1_ = android::hardware::boot::V1_1::IBootControl::castFrom(boot_control_hal_);
102 if (!boot_control_hal_) { in GetCurrentSlot()
107 boot_control_hal_->getSuffix(boot_control_hal_->getCurrentSlot(), cb); in GetCurrentSlot()
Dfastboot_device.h53 return boot_control_hal_; in boot_control_hal()
67 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal_; variable