Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp57 FastBootDriver::FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks, in FastBootDriver() argument
60 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()
Dfastboot_driver.h71 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {},
Dfastboot.cpp1745 fastboot::DriverCallbacks driver_callbacks = { in Main() local
1750 fastboot::FastBootDriver fastboot_driver(transport, driver_callbacks, false); in Main()