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

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h112 void OnChannelWritableState(TransportChannel* channel);
H A Dpseudotcpchannel.cc142 &PseudoTcpChannel::OnChannelWritableState);
321 void PseudoTcpChannel::OnChannelWritableState(TransportChannel* channel) { function in class:cricket::PseudoTcpChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.h436 void OnChannelWritableState(TransportChannel* channel);
H A Dtransport.cc257 impl->SignalWritableState.connect(this, &Transport::OnChannelWritableState);
319 OnChannelWritableState(impl);
538 void Transport::OnChannelWritableState(TransportChannel* channel) { function in class:cricket::Transport

Completed in 99 milliseconds