Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver_test.cpp66 DriverCallbacks callbacks{[](const std::string&) {}, [](int) {}, [](const std::string&) {}, in TEST_F()
Dfastboot_driver.h50 struct DriverCallbacks { struct
65 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {},
Dfastboot_driver.cpp61 FastBootDriver::FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks, in FastBootDriver()
Dfastboot.cpp2371 fastboot::DriverCallbacks driver_callbacks = { in Main()