Home
last modified time | relevance | path

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

/external/sandboxed-api/sandboxed_api/sandbox2/
Dcomms.cc286 bool Comms::SendBytes(const uint8_t* v, size_t len) { in SendBytes() function in sandbox2::Comms
290 bool Comms::SendBytes(const std::vector<uint8_t>& buffer) { in SendBytes() function in sandbox2::Comms
/external/pigweed/pw_grpc/
Dconnection.cc289 Status Connection::SharedState::SendBytes(ConstByteSpan message) { in SendBytes() function in pw::grpc::Connection::SharedState