Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dthread_local_buffer.h34 using SendBuffer = ThreadLocalIndexSlot<0>; variable
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp110 RetCode FastBootTest::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootTest
/aosp12/system/core/fastboot/
H A Dfastboot_driver.cpp526 RetCode FastBootDriver::SendBuffer(android::base::borrowed_fd fd, size_t size) { in SendBuffer() function in fastboot::FastBootDriver
552 RetCode FastBootDriver::SendBuffer(const std::vector<char>& buf) { in SendBuffer() function in fastboot::FastBootDriver
557 RetCode FastBootDriver::SendBuffer(const void* buf, size_t size) { in SendBuffer() function in fastboot::FastBootDriver