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

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

Completed in 290 milliseconds