HomeSort by relevance Sort by last modified time
    Searched refs:OnWritableState (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 69 void OnWritableState(TransportChannel* channel);
transportchannelproxy.cc 50 this, &TransportChannelProxy::OnWritableState);
90 void TransportChannelProxy::OnWritableState(TransportChannel* channel) {
  /external/chromium_org/jingle/glue/
channel_socket_adapter.h 58 void OnWritableState(cricket::TransportChannel* channel);
channel_socket_adapter.cc 28 this, &TransportChannelSocketAdapter::OnWritableState);
168 void TransportChannelSocketAdapter::OnWritableState(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 85 void OnWritableState(TransportChannel* channel);
transportchannelproxy.cc 72 this, &TransportChannelProxy::OnWritableState);
186 void TransportChannelProxy::OnWritableState(TransportChannel* channel) {
dtlstransportchannel.h 215 void OnWritableState(TransportChannel* channel);
dtlstransportchannel.cc 109 &DtlsTransportChannelWrapper::OnWritableState);
360 void DtlsTransportChannelWrapper::OnWritableState(TransportChannel* channel) {
session_unittest.cc 793 p->SignalWritableState.connect(this, &ChannelHandler::OnWritableState);
810 void OnWritableState(cricket::TransportChannel* p) {
    [all...]
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 70 void OnWritableState(cricket::TransportChannel* channel);
173 this, &LibjingleStreamTransport::OnWritableState);
273 void LibjingleStreamTransport::OnWritableState(
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 110 this, &BaseChannel::OnWritableState);
202 this, &BaseChannel::OnWritableState);
226 void BaseChannel::OnWritableState(TransportChannel* channel) {
    [all...]
channel.h 161 void OnWritableState(TransportChannel* channel);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 257 void OnWritableState(TransportChannel* channel);
channel.cc 437 this, &BaseChannel::OnWritableState);
530 this, &BaseChannel::OnWritableState);
570 void BaseChannel::OnWritableState(TransportChannel* channel) {
    [all...]

Completed in 181 milliseconds