Home
last modified time | relevance | path

Searched defs:OnWriteEvent (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dasyncudpsocket_unittest.cc47 TEST_F(AsyncUdpSocketTest, OnWriteEvent) { in TEST_F() argument
Dasynctcpsocket_unittest.cc47 TEST_F(AsyncTCPSocketTest, OnWriteEvent) { in TEST_F() argument
Dsocketstream.cc110 void SocketStream::OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function in rtc::SocketStream
Dasyncudpsocket.cc124 void AsyncUDPSocket::OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function in rtc::AsyncUDPSocket
Dasyncsocket.cc119 void AsyncSocketAdapter::OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function in rtc::AsyncSocketAdapter
Dasynctcpsocket.cc217 void AsyncTCPSocketBase::OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function in rtc::AsyncTCPSocketBase
Dtestutils.h114 void OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function
366 void OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function
Dopenssladapter.cc674 OpenSSLAdapter::OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function in rtc::OpenSSLAdapter
Dnatsocketfactory.cc252 void OnWriteEvent(AsyncSocket* socket) { in OnWriteEvent() function in rtc::NATSocket
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppsocket.cc82 void XmppSocket::OnWriteEvent(rtc::AsyncSocket * socket) { in OnWriteEvent() function in buzz::XmppSocket