Searched refs:driver_callbacks (Results 1 – 3 of 3) sorted by relevance
57 FastBootDriver::FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks, in FastBootDriver() argument60 prolog_(std::move(driver_callbacks.prolog)), in FastBootDriver()61 epilog_(std::move(driver_callbacks.epilog)), in FastBootDriver()62 info_(std::move(driver_callbacks.info)), in FastBootDriver()
71 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {},
1745 fastboot::DriverCallbacks driver_callbacks = { in Main() local1750 fastboot::FastBootDriver fastboot_driver(transport, driver_callbacks, false); in Main()