Searched refs:FastBootDriver (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 61 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 D | fastboot_driver.h | 64 class FastBootDriver { 72 FastBootDriver(Transport* transport, DriverCallbacks driver_callbacks = {}, 74 ~FastBootDriver();
|
H A D | fastboot.cpp | 109 fastboot::FastBootDriver* fb = nullptr; 2056 fastboot::FastBootDriver fastboot_driver(transport, driver_callbacks, false); in Main()
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | fixtures.cpp | 146 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 D | fixtures.h | 71 std::unique_ptr<FastBootDriver> fb;
|
H A D | main.cpp | 97 return os << FastBootDriver::RCString(ret); in operator <<() 100 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash()
|