Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dcomms.cc284 bool Comms::SendBytes(const uint8_t* v, size_t len) { in SendBytes() function in sandbox2::Comms
288 bool Comms::SendBytes(const std::vector<uint8_t>& buffer) { in SendBytes() function in sandbox2::Comms
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dsend_queue.cc57 Status SendQueue::SendBytes(ConstByteSpan message) { in SendBytes() function in pw::grpc::SendQueue