Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc110 impl->SignalWritableState.connect(this, &Transport::OnChannelWritableState); in CreateChannel_w()
167 OnChannelWritableState(impl); in DestroyChannel_w()
329 void Transport::OnChannelWritableState(TransportChannel* channel) { in OnChannelWritableState() function in cricket::Transport
Dtransport.h216 void OnChannelWritableState(TransportChannel* channel);
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.h110 void OnChannelWritableState(TransportChannel* channel);
Dpseudotcpchannel.cc139 &PseudoTcpChannel::OnChannelWritableState); in Connect()
318 void PseudoTcpChannel::OnChannelWritableState(TransportChannel* channel) { in OnChannelWritableState() function in cricket::PseudoTcpChannel