Searched refs:ice_observer_ (Results 1 – 2 of 2) sorted by relevance
558 ice_observer_(NULL), in WebRtcSession()1564 if (ice_observer_) { in SetIceConnectionState()1565 ice_observer_->OnIceConnectionChange(ice_connection_state_); in SetIceConnectionState()1623 if (ice_observer_) { in SetIceConnectionReceiving()1624 ice_observer_->OnIceConnectionReceivingChange(receiving); in SetIceConnectionReceiving()1643 if (ice_observer_) { in OnTransportControllerCandidatesGathered()1644 ice_observer_->OnIceCandidate(&candidate); in OnTransportControllerCandidatesGathered()2081 if (ice_observer_) { in OnTransportControllerGatheringState()2082 ice_observer_->OnIceGatheringChange( in OnTransportControllerGatheringState()2086 if (ice_observer_) { in OnTransportControllerGatheringState()[all …]
190 ice_observer_ = observer; in RegisterIceObserver()487 IceObserver* ice_observer_; variable