Home
last modified time | relevance | path

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

/external/webrtc/pc/
Drtc_stats_traversal_unittest.cc89 candidate_pair_->transport_id = "transport"; in TEST_F()
92 local_candidate_->transport_id = "transport"; in TEST_F()
93 remote_candidate_->transport_id = "transport"; in TEST_F()
129 local_candidate_->transport_id = "transport"; in TEST_F()
147 local_candidate_->transport_id = "transport"; in TEST_F()
148 remote_candidate_->transport_id = "transport"; in TEST_F()
164 local_candidate_->transport_id = "transport"; in TEST_F()
183 local_candidate_->transport_id = "transport"; in TEST_F()
199 local_candidate_->transport_id = "transport"; in TEST_F()
200 remote_candidate_->transport_id = "transport"; in TEST_F()
Drtc_stats_traversal.cc85 AddIdIfDefined(candidate_pair.transport_id, &neighbor_ids); in GetStatsReferencedIds()
92 AddIdIfDefined(local_or_remote_candidate.transport_id, &neighbor_ids); in GetStatsReferencedIds()
105 AddIdIfDefined(rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()
116 AddIdIfDefined(remote_inbound_rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()
Drtc_stats_collector_unittest.cc614 std::string transport_id; member
662 graph.transport_id = "RTCTransport_TransportName_1"; in SetupExampleStatsGraphForSelectorTests()
702 EXPECT_TRUE(graph.full_report->Get(graph.transport_id)); in SetupExampleStatsGraphForSelectorTests()
716 EXPECT_EQ(*outbound_rtp.transport_id, graph.transport_id); in SetupExampleStatsGraphForSelectorTests()
721 EXPECT_EQ(*inbound_rtp.transport_id, graph.transport_id); in SetupExampleStatsGraphForSelectorTests()
1071 expected_a_local_host.transport_id = "RTCTransport_a_0"; in TEST_F()
1085 expected_a_remote_srflx.transport_id = "RTCTransport_a_0"; in TEST_F()
1099 expected_a_local_prflx.transport_id = "RTCTransport_a_0"; in TEST_F()
1114 expected_a_remote_relay.transport_id = "RTCTransport_a_0"; in TEST_F()
1130 expected_a_local_relay.transport_id = "RTCTransport_a_0"; in TEST_F()
[all …]
Drtc_stats_collector.cc521 const auto* transport_from_id = outbound_rtp.transport_id.is_defined() in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()
522 ? report.Get(*outbound_rtp.transport_id) in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()
529 remote_inbound->transport_id = in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()
532 : *outbound_rtp.transport_id; in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()
587 const std::string& transport_id, in ProduceIceCandidateStats() argument
597 candidate_stats->transport_id = transport_id; in ProduceIceCandidateStats()
1360 std::string transport_id = RTCTransportStatsIDFromTransportChannel( in ProduceIceCandidateAndPairStats_n() local
1369 candidate_pair_stats->transport_id = transport_id; in ProduceIceCandidateAndPairStats_n()
1375 timestamp_us, info.local_candidate, true, transport_id, report); in ProduceIceCandidateAndPairStats_n()
1377 timestamp_us, info.remote_candidate, false, transport_id, report); in ProduceIceCandidateAndPairStats_n()
[all …]
Dstats_collector.cc435 const StatsReport::Id& transport_id, in ExtractStatsFromList() argument
445 collector->PrepareReport(true, ssrc, track_id, transport_id, direction); in ExtractStatsFromList()
450 report = collector->PrepareReport(false, ssrc, track_id, transport_id, in ExtractStatsFromList()
648 const StatsReport::Id& transport_id, in PrepareReport() argument
668 report->AddId(StatsReport::kStatsValueNameTransportId, transport_id); in PrepareReport()
976 StatsReport::Id transport_id = StatsReport::NewComponentId( in ExtractSenderReceiverStats() local
978 ExtractStatsFromList(receiver_data, transport_id, collector, in ExtractSenderReceiverStats()
980 ExtractStatsFromList(sender_data, transport_id, collector, in ExtractSenderReceiverStats()
Dstats_collector.h84 const StatsReport::Id& transport_id,
Drtc_stats_integrationtest.cc476 verifier.TestMemberIsIDReference(candidate_pair.transport_id, in VerifyRTCIceCandidatePairStats()
520 verifier.TestMemberIsIDReference(candidate.transport_id, in VerifyRTCIceCandidateStats()
776 verifier->TestMemberIsIDReference(stream.transport_id, in VerifyRTCRTPStreamStats()
1010 verifier.TestMemberIsIDReference(remote_inbound_stream.transport_id, in VerifyRTCRemoteInboundRtpStreamStats()
Dstats_collector_unittest.cc1162 std::string transport_id = in TEST_P() local
1165 ASSERT_NE(kNotFound, transport_id); in TEST_P()
1171 size_t index = transport_id.find('-'); in TEST_P()
1173 std::string content = transport_id.substr(index + 1); in TEST_P()
1178 ASSERT_EQ(transport_id, id->ToString()); in TEST_P()
/external/webrtc/stats/
Drtcstats_objects.cc165 &transport_id,
198 transport_id("transportId"), in RTCIceCandidatePairStats()
226 transport_id(other.transport_id), in RTCIceCandidatePairStats()
255 &transport_id,
277 transport_id("transportId"), in RTCIceCandidateStats()
291 transport_id(other.transport_id), in RTCIceCandidateStats()
551 &transport_id,
571 transport_id("transportId"), in RTCRTPStreamStats()
586 transport_id(other.transport_id), in RTCRTPStreamStats()
843 &transport_id,
[all …]
/external/openscreen/cast/receiver/
Dapplication_agent_unittest.cc601 std::string transport_id; in TEST_F() local
607 transport_id = in TEST_F()
632 ASSERT_FALSE(transport_id.empty()); in TEST_F()
634 VirtualConnection{transport_id, "any-sender-12345", 0})); in TEST_F()
649 VirtualConnection{transport_id, "any-sender-12345", 0})); in TEST_F()
/external/webrtc/api/stats/
Drtcstats_objects.h157 RTCStatsMember<std::string> transport_id; variable
209 RTCStatsMember<std::string> transport_id; variable
382 RTCStatsMember<std::string> transport_id; variable
547 RTCStatsMember<std::string> transport_id; variable
/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h139 __u16 transport_id; member
145 __u16 transport_id; member
150 __u16 transport_id; member
209 *msg++ = digital->atsc.transport_id >> 8; in cec_set_digital_service_id()
210 *msg++ = digital->atsc.transport_id & 0xff; in cec_set_digital_service_id()
217 *msg++ = digital->dvb.transport_id >> 8; in cec_set_digital_service_id()
218 *msg++ = digital->dvb.transport_id & 0xff; in cec_set_digital_service_id()
238 digital->dvb.transport_id = (msg[1] << 8) | msg[2]; in cec_get_digital_service_id()