Searched refs:driver_callbacks (Results 1 – 3 of 3) sorted by relevance
61 FastBootDriver::FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks, in FastBootDriver() argument64 prolog_(std::move(driver_callbacks.prolog)), in FastBootDriver()65 epilog_(std::move(driver_callbacks.epilog)), in FastBootDriver()66 info_(std::move(driver_callbacks.info)), in FastBootDriver()
72 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {},
2051 fastboot::DriverCallbacks driver_callbacks = { in Main() local2056 fastboot::FastBootDriver fastboot_driver(transport, driver_callbacks, false); in Main()