Lines Matching refs:transport_id
309 const StatsReport::Id& transport_id, in ExtractStatsFromList() argument
316 StatsReport* report = collector->PrepareReport(true, ssrc, transport_id, in ExtractStatsFromList()
322 report = collector->PrepareReport(false, ssrc, transport_id, direction); in ExtractStatsFromList()
496 const StatsReport::Id& transport_id, in PrepareReport() argument
531 report->AddId(StatsReport::kStatsValueNameTransportId, transport_id); in PrepareReport()
788 StatsReport::Id transport_id(GetTransportIdFromProxy( in ExtractVoiceInfo() local
790 if (!transport_id.get()) { in ExtractVoiceInfo()
796 ExtractStatsFromList(voice_info.receivers, transport_id, this, in ExtractVoiceInfo()
798 ExtractStatsFromList(voice_info.senders, transport_id, this, in ExtractVoiceInfo()
821 StatsReport::Id transport_id(GetTransportIdFromProxy( in ExtractVideoInfo() local
823 if (!transport_id.get()) { in ExtractVideoInfo()
828 ExtractStatsFromList(video_info.receivers, transport_id, this, in ExtractVideoInfo()
830 ExtractStatsFromList(video_info.senders, transport_id, this, in ExtractVideoInfo()