Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc231 class CvdBootStateMachine : public SetupFeature, public KernelLogPipeConsumer { class
234 CvdBootStateMachine(const CuttlefishConfig& config, in INJECT()
246 ~CvdBootStateMachine() { in ~CvdBootStateMachine()
547 .addMultibinding<KernelLogPipeConsumer, CvdBootStateMachine>() in bootStateMachineComponent()
548 .addMultibinding<SetupFeature, CvdBootStateMachine>() in bootStateMachineComponent()