Searched refs:OnChannelWritableState (Results 1 – 4 of 4) sorted by relevance
110 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
216 void OnChannelWritableState(TransportChannel* channel);
110 void OnChannelWritableState(TransportChannel* channel);
139 &PseudoTcpChannel::OnChannelWritableState); in Connect()318 void PseudoTcpChannel::OnChannelWritableState(TransportChannel* channel) { in OnChannelWritableState() function in cricket::PseudoTcpChannel