Home
last modified time | relevance | path

Searched refs:QueueResponse (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/examples/peerconnection/server/
Dpeer_channel.cc89 QueueResponse("200 OK", "text/plain", GetPeerIdHeader(), other.GetEntry()); in NotifyOfOtherMember()
114 peer->QueueResponse("200 OK", ds->content_type(), extra_headers, in ForwardRequestToPeer()
127 void ChannelMember::QueueResponse(const std::string& status, in QueueResponse() function in ChannelMember
263 (*i)->QueueResponse("200 OK", "text/plain", "", "Server shutting down"); in CloseAll()
Dpeer_channel.h47 void QueueResponse(const std::string& status,
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h213 QueueResponse* queue_response);
Deager_service_impl.cc554 QueueResponse* queue_response) { in ExecuteOp()
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto76 message QueueResponse { message
164 repeated QueueResponse queue_response = 1;