Home
last modified time | relevance | path

Searched defs:SendBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp110 RetCode FastBootTest::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootTest
/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp531 RetCode FastBootDriver::SendBuffer(android::base::borrowed_fd fd, size_t size) { in SendBuffer() function in fastboot::FastBootDriver
557 RetCode FastBootDriver::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootDriver
562 RetCode FastBootDriver::SendBuffer(const void* buf, size_t size) { in SendBuffer() function in fastboot::FastBootDriver