Home
last modified time | relevance | path

Searched refs:SignalGatheringState (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportchannelimpl.h71 sigslot::signal1<TransportChannelImpl*> SignalGatheringState; variable
Ddtlstransportchannel.cc109 channel_->SignalGatheringState.connect( in DtlsTransportChannelWrapper()
603 SignalGatheringState(this); in OnGatheringState()
Dfaketransportcontroller.h126 SignalGatheringState(this); in MaybeStartGathering()
181 SignalGatheringState(this); in SetCandidatesGatheringComplete()
Dtransportcontroller.cc161 channel->SignalGatheringState.connect( in CreateTransportChannel_w()
248 SignalGatheringState(data->data()); in OnMessage()
Dtransportcontroller.h105 sigslot::signal1<IceGatheringState> SignalGatheringState; variable
Dp2ptransportchannel.cc421 SignalGatheringState(this); in MaybeStartGathering()
488 SignalGatheringState(this); in OnCandidatesAllocationDone()
Dtransportcontroller_unittest.cc75 transport_controller_->SignalGatheringState.connect( in ConnectTransportControllerSignals()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc571 transport_controller_->SignalGatheringState.connect( in WebRtcSession()