Searched refs:boot_control_hal_ (Results 1 – 2 of 2) sorted by relevance
66 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()
54 return boot_control_hal_; in boot_control_hal()68 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal_; variable