Searched refs:UpdateLocalTracks (Results 1 – 2 of 2) sorted by relevance
340 void UpdateLocalTracks(const std::vector<cricket::StreamParams>& streams,
540 UpdateLocalTracks(audio_desc->streams(), audio_desc->type()); in OnLocalDescriptionChanged()552 UpdateLocalTracks(video_desc->streams(), video_desc->type()); in OnLocalDescriptionChanged()782 void MediaStreamSignaling::UpdateLocalTracks( in UpdateLocalTracks() function in webrtc::MediaStreamSignaling