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

  /external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.cc 222 const int transport_id = args[0]->ToInt32()->Value(); local
223 if (!GetRtpStreamOrThrow(transport_id))
225 rtp_stream_map_.erase(transport_id);
233 const int transport_id = args[0]->ToInt32()->Value(); local
234 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
254 const int transport_id = args[0]->ToInt32()->Value(); local
255 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
284 const int transport_id = args[0]->ToInt32()->Value(); local
285 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
296 const int transport_id = args[0]->ToInt32()->Value() local
308 const int transport_id = args[0]->ToInt32()->Value(); local
    [all...]
cast_streaming_native_handler.h 60 CastUdpTransport* GetUdpTransportOrThrow(int transport_id) const;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 369 const std::string& transport_id,
377 StatsReport* report = collector->PrepareLocalReport(ssrc, transport_id);
383 report = collector->PrepareRemoteReport(ssrc, transport_id);
473 const std::string& transport_id) {
506 transport_id);
512 const std::string& transport_id) {
544 transport_id);
717 std::string transport_id; local
719 &transport_id)) {
724 ExtractStatsFromList(voice_info.receivers, transport_id, this)
737 std::string transport_id; local
    [all...]
statscollector.h 75 std::string* transport_id);
statscollector_unittest.cc 557 std::string transport_id = ExtractStatsValue( local
561 ASSERT_NE(kNotFound, transport_id);
563 transport_id);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 588 std::string transport_id = iter->second->impl()->content_name(); local
589 stats->proxy_to_transport[proxy_id] = transport_id;
590 if (stats->transport_stats.find(transport_id)
596 stats->transport_stats[transport_id] = subinfos;
    [all...]

Completed in 85 milliseconds