Home
last modified time | relevance | path

Searched refs:QueueStreamResponse (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_grpc/public/pw_grpc/
Dconnection.h250 Status QueueStreamResponse(StreamId id, multibuf::MultiBuf&& buffer);
/external/pigweed/pw_grpc/
Dconnection.cc491 return state->QueueStreamResponse(stream_id, std::move(*buffer)); in SendResponseMessage()
494 Status Connection::SharedState::QueueStreamResponse( in QueueStreamResponse() function in pw::grpc::Connection::SharedState