HomeSort by relevance Sort by last modified time
    Searched defs:transport_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 432 std::string transport_id = ExtractStatsValue( local
436 ASSERT_NE(kNotFound, transport_id);
438 transport_id);
statscollector.cc 299 const std::string& transport_id,
305 StatsReport* report = collector->PrepareReport(ssrc, transport_id);
393 const std::string& transport_id) {
428 transport_id);
511 std::string transport_id; local
513 &transport_id)) {
518 ExtractStatsFromList(voice_info.receivers, transport_id, this);
519 ExtractStatsFromList(voice_info.senders, transport_id, this);
531 std::string transport_id; local
533 &transport_id)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 554 std::string transport_id = iter->second->impl()->content_name(); local
555 stats->proxy_to_transport[proxy_id] = transport_id;
556 if (stats->transport_stats.find(transport_id)
562 stats->transport_stats[transport_id] = subinfos;
    [all...]

Completed in 63 milliseconds