OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendRaw
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/base/
asynctcpsocket.h
56
virtual int
SendRaw
(const void* pv, size_t cb);
asynctcpsocket.cc
139
int AsyncTCPSocketBase::
SendRaw
(const void * pv, size_t cb) {
/external/webrtc/webrtc/libjingle/xmpp/
xmppclient.h
86
XmppReturnStatus
SendRaw
(const std::string & text);
xmppengine.h
269
virtual XmppReturnStatus
SendRaw
(const std::string & text) = 0;
xmppengineimpl.h
139
virtual XmppReturnStatus
SendRaw
(const std::string& text);
xmppclient.cc
335
XmppReturnStatus XmppClient::
SendRaw
(const std::string& text) {
336
return d_->engine_->
SendRaw
(text);
xmppengineimpl.cc
236
XmppReturnStatus XmppEngineImpl::
SendRaw
(const std::string& text) {
/external/webrtc/webrtc/test/channel_transport/
udp_transport.h
286
virtual int32_t
SendRaw
(const int8_t* data,
udp_transport_impl.h
101
int32_t
SendRaw
(const int8_t* data,
udp_transport_impl.cc
[
all
...]
Completed in 220 milliseconds