Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp61 FastBootDriver::FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks, in FastBootDriver() argument
64 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()
Dfastboot_driver.h72 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {},
Dfastboot.cpp2051 fastboot::DriverCallbacks driver_callbacks = { in Main() local
2056 fastboot::FastBootDriver fastboot_driver(transport, driver_callbacks, false); in Main()