Lines Matching refs:boot_control_
139 boot_control_(boot_control), in UpdateAttempterAndroid()
354 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus()
365 if (!boot_control_->SetActiveBootSlot(GetCurrentSlot())) in ResetStatus()
371 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful) {}))) in ResetStatus()
378 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) in ResetStatus()
488 if (!boot_control_->GetPartitionDevice( in VerifyPayloadApplicable()
669 boot_control_->GetDynamicPartitionControl()->Cleanup(); in TerminateUpdateAndNotify()
719 std::make_unique<UpdateBootFlagsAction>(boot_control_); in BuildUpdateActions()
721 boot_control_->GetDynamicPartitionControl() in BuildUpdateActions()
722 ->GetCleanupPreviousUpdateAction(boot_control_, prefs_, this); in BuildUpdateActions()
726 boot_control_, in BuildUpdateActions()
736 std::make_unique<PostinstallRunnerAction>(boot_control_, hardware_); in BuildUpdateActions()
937 return boot_control_->GetCurrentSlot(); in GetCurrentSlot()
960 boot_control_, in AllocateSpaceForPayload()
1012 boot_control_->GetDynamicPartitionControl() in ScheduleCleanupPreviousUpdate()
1013 ->GetCleanupPreviousUpdateAction(boot_control_, prefs_, this); in ScheduleCleanupPreviousUpdate()