Searched refs:transport_id (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc309 const StatsReport::Id& transport_id,
316 StatsReport* report = collector->PrepareReport(true, ssrc, transport_id,
322 report = collector->PrepareReport(false, ssrc, transport_id, direction);
496 const StatsReport::Id& transport_id,
531 report->AddId(StatsReport::kStatsValueNameTransportId, transport_id);
788 StatsReport::Id transport_id(GetTransportIdFromProxy(
790 if (!transport_id.get()) {
796 ExtractStatsFromList(voice_info.receivers, transport_id, this,
798 ExtractStatsFromList(voice_info.senders, transport_id, this,
821 StatsReport::Id transport_id(GetTransportIdFromProx
308 ExtractStatsFromList(const std::vector<T>& data, const StatsReport::Id& transport_id, StatsCollector* collector, StatsReport::Direction direction) argument
493 PrepareReport( bool local, uint32_t ssrc, const StatsReport::Id& transport_id, StatsReport::Direction direction) argument
[all...]
H A Dstatscollector.h95 const StatsReport::Id& transport_id,
H A Dstatscollector_unittest.cc1079 std::string transport_id = ExtractStatsValue( local
1083 ASSERT_NE(kNotFound, transport_id);
1088 size_t index = transport_id.find('-');
1090 std::string content = transport_id.substr(index + 1);
1095 ASSERT_EQ(transport_id, id->ToString());
/external/kernel-headers/original/uapi/linux/
H A Dcec-funcs.h167 __u16 transport_id; member in struct:cec_op_arib_data
173 __u16 transport_id; member in struct:cec_op_atsc_data
178 __u16 transport_id; member in struct:cec_op_dvb_data
237 *msg++ = digital->atsc.transport_id >> 8;
238 *msg++ = digital->atsc.transport_id & 0xff;
245 *msg++ = digital->dvb.transport_id >> 8;
246 *msg++ = digital->dvb.transport_id & 0xff;
266 digital->dvb.transport_id = (msg[1] << 8) | msg[2];

Completed in 186 milliseconds