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

  /external/webrtc/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);
102 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) {
asyncsocket.cc 35 socket_->SignalReadEvent.connect(this, &AsyncSocketAdapter::OnReadEvent);
115 void AsyncSocketAdapter::OnReadEvent(AsyncSocket* socket) {
asynctcpsocket.cc 65 socket_->SignalReadEvent.connect(this, &AsyncTCPSocketBase::OnReadEvent);
178 void AsyncTCPSocketBase::OnReadEvent(AsyncSocket* socket) {
autodetectproxy.cc 199 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent);
248 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) {
httpserver.cc 248 listener_->SignalReadEvent.connect(this, &HttpListenServer::OnReadEvent);
269 void HttpListenServer::OnReadEvent(AsyncSocket* socket) {
natsocketfactory.cc 100 socket_->SignalReadEvent.connect(this, &NATSocket::OnReadEvent);
243 void OnReadEvent(AsyncSocket* socket) {
socketadapters.cc 102 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) {
106 AsyncSocketAdapter::OnReadEvent(socket);
openssladapter.cc 399 AsyncSocketAdapter::OnReadEvent(this);
644 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) {
645 //LOG(LS_INFO) << "OpenSSLAdapter::OnReadEvent";
648 AsyncSocketAdapter::OnReadEvent(socket);
670 AsyncSocketAdapter::OnReadEvent(socket);
697 AsyncSocketAdapter::OnReadEvent(socket);
testutils.h 79 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent);
111 void OnReadEvent(AsyncSocket* socket) {
333 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent);
359 void OnReadEvent(AsyncSocket* socket) {
389 socket_->SignalReadEvent.connect(this, &SocketTestServer::OnReadEvent);
409 void OnReadEvent(AsyncSocket* socket) {
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 52 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent);
78 void XmppSocket::OnReadEvent(rtc::AsyncSocket * socket) {
  /external/webrtc/webrtc/p2p/base/
relayserver.cc 139 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent);
176 void RelayServer::OnReadEvent(rtc::AsyncSocket* socket) {

Completed in 709 milliseconds