Home
last modified time | relevance | path

Searched refs:OnChannelWritableState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.h112 void OnChannelWritableState(TransportChannel* channel);
Dpseudotcpchannel.cc142 &PseudoTcpChannel::OnChannelWritableState); in Connect()
321 void PseudoTcpChannel::OnChannelWritableState(TransportChannel* channel) { in OnChannelWritableState() function in cricket::PseudoTcpChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc239 impl->SignalWritableState.connect(this, &Transport::OnChannelWritableState); in CreateChannel_w()
301 OnChannelWritableState(impl); in DestroyChannel_w()
519 void Transport::OnChannelWritableState(TransportChannel* channel) { in OnChannelWritableState() function in cricket::Transport
Dtransport.h431 void OnChannelWritableState(TransportChannel* channel);