Home
last modified time | relevance | path

Searched refs:SendRaw (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppclient.h86 XmppReturnStatus SendRaw(const std::string & text);
Dxmppclient.cc335 XmppReturnStatus XmppClient::SendRaw(const std::string& text) { in SendRaw() function in buzz::XmppClient
336 return d_->engine_->SendRaw(text); in SendRaw()
Dxmppengine.h269 virtual XmppReturnStatus SendRaw(const std::string & text) = 0;
Dxmppengineimpl.h139 virtual XmppReturnStatus SendRaw(const std::string& text);
Dxmppengineimpl.cc236 XmppReturnStatus XmppEngineImpl::SendRaw(const std::string& text) { in SendRaw() function in buzz::XmppEngineImpl
/external/webrtc/webrtc/base/
Dasynctcpsocket.h56 virtual int SendRaw(const void* pv, size_t cb);
Dasynctcpsocket.cc139 int AsyncTCPSocketBase::SendRaw(const void * pv, size_t cb) { in SendRaw() function in rtc::AsyncTCPSocketBase
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport.h286 virtual int32_t SendRaw(const int8_t* data,
Dudp_transport_impl.h101 int32_t SendRaw(const int8_t* data,
Dudp_transport_impl.cc1767 int32_t UdpTransportImpl::SendRaw(const int8_t *data, in SendRaw() function in webrtc::test::UdpTransportImpl