Home
last modified time | relevance | path

Searched refs:FastBootDriver (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/fastboot/
H A Dfastboot_driver.cpp61 FastBootDriver::FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks, in FastBootDriver() function in fastboot::FastBootDriver
69 FastBootDriver::~FastBootDriver() { in ~FastBootDriver()
138 RetCode FastBootDriver::FlashPartition(const std::string& partition, in FlashPartition()
274 FastBootDriver* self; in Download()
309 RetCode FastBootDriver::RunAndReadBuffer( in RunAndReadBuffer()
392 const std::string FastBootDriver::RCString(RetCode rc) { in RCString()
417 std::string FastBootDriver::Error() { in Error()
421 RetCode FastBootDriver::WaitForDisconnect() { in WaitForDisconnect()
521 std::string FastBootDriver::ErrnoStr(const std::string& msg) { in ErrnoStr()
577 RetCode FastBootDriver::ReadBuffer(void* buf, size_t size) { in ReadBuffer()
[all …]
H A Dfastboot_driver.h64 class FastBootDriver {
72 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {},
74 ~FastBootDriver();
H A Dfastboot.cpp109 fastboot::FastBootDriver* fb = nullptr;
2056 fastboot::FastBootDriver fastboot_driver(transport, driver_callbacks, false); in Main()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp146 fb = std::unique_ptr<FastBootDriver>(new FastBootDriver(transport.get(), {}, true)); in SetUp()
203 fb = std::unique_ptr<FastBootDriver>(new FastBootDriver(transport.get(), {}, true)); in ReconnectFastbootDevice()
223 fb = std::unique_ptr<FastBootDriver>(new FastBootDriver(transport.get(), {}, true)); in ReconnectFastbootDevice()
H A Dfixtures.h71 std::unique_ptr<FastBootDriver> fb;
H A Dmain.cpp97 return os << FastBootDriver::RCString(ret); in operator <<()
100 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash()