Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc255 return rtp_transport_channel(voice_channel()); in voice_rtp_transport_channel()
263 return rtp_transport_channel(video_channel()); in video_rtp_transport_channel()
271 return rtp_transport_channel(data_channel()); in data_rtp_transport_channel()
285 cricket::TransportChannel* rtp_transport_channel(cricket::BaseChannel* ch) { in rtp_transport_channel() function in WebRtcSessionForTest