Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/fastboot/
Dlaunch.cpp30 class FastbootProxy : public CommandSource, public KernelLogPipeConsumer { class
32 INJECT(FastbootProxy(const CuttlefishConfig::InstanceSpecific& instance, in INJECT()
88 .addMultibinding<CommandSource, FastbootProxy>() in LaunchFastbootComponent()
89 .addMultibinding<KernelLogPipeConsumer, FastbootProxy>() in LaunchFastbootComponent()
90 .addMultibinding<SetupFeature, FastbootProxy>(); in LaunchFastbootComponent()