HomeSort by relevance Sort by last modified time
    Searched defs:OnReadEvent (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/webrtc/base/
socketstream.cc 29 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent);
105 void SocketStream::OnReadEvent(AsyncSocket* socket) {
asyncudpsocket.cc 45 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
96 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) {
asyncsocket.h 109 virtual void OnReadEvent(AsyncSocket* socket) {
asynctcpsocket.cc 65 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent);
177 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) {
autodetectproxy.cc 193 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent);
242 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) {
httpserver.cc 248 listener_->SignalReadEvent.connect(this, &HttpListenServer::OnReadEvent);
269 void HttpListenServer::OnReadEvent(AsyncSocket* socket) {
socketadapters.cc 92 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) {
96 AsyncSocketAdapter::OnReadEvent(socket);
natsocketfactory.cc 98 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent);
248 void OnReadEvent(AsyncSocket* socket) {
openssladapter.cc 371 AsyncSocketAdapter::OnReadEvent(this);
568 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) {
569 //LOG(LS_INFO) << "OpenSSLAdapter::OnReadEvent";
572 AsyncSocketAdapter::OnReadEvent(socket);
594 AsyncSocketAdapter::OnReadEvent(socket);
621 AsyncSocketAdapter::OnReadEvent(socket);
schanneladapter.cc 628 SChannelAdapter::OnReadEvent(AsyncSocket* socket) {
630 AsyncSocketAdapter::OnReadEvent(socket);
646 AsyncSocketAdapter::OnReadEvent(this);
696 AsyncSocketAdapter::OnReadEvent(this);
testutils.h 77 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent);
109 void OnReadEvent(AsyncSocket* socket) {
331 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent);
357 void OnReadEvent(AsyncSocket* socket) {
387 socket_->SignalReadEvent.connect(this, &SocketTestServer::OnReadEvent);
407 void OnReadEvent(AsyncSocket* socket) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppsocket.cc 70 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent);
96 void XmppSocket::OnReadEvent(rtc::AsyncSocket * socket) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 156 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent);
193 void RelayServer::OnReadEvent(rtc::AsyncSocket* socket) {

Completed in 430 milliseconds