Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp102 RetCode FastBootTest::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootTest
/system/core/fastboot/
Dfastboot_driver.cpp467 RetCode FastBootDriver::SendBuffer(int fd, size_t size) { in SendBuffer() function in fastboot::FastBootDriver
493 RetCode FastBootDriver::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootDriver
498 RetCode FastBootDriver::SendBuffer(const void* buf, size_t size) { in SendBuffer() function in fastboot::FastBootDriver