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

/external/chromium_org/chrome/renderer/extensions/
H A Dcast_streaming_native_handler.cc330 const int transport_id = args[0]->ToInt32()->Value(); local
331 if (!GetRtpStreamOrThrow(transport_id))
333 rtp_stream_map_.erase(transport_id);
341 const int transport_id = args[0]->ToInt32()->Value(); local
342 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
368 const int transport_id = args[0]->ToInt32()->Value(); local
369 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
396 transport_id);
400 transport_id);
404 transport_id);
413 const int transport_id = args[0]->ToInt32()->Value(); local
425 const int transport_id = args[0]->ToInt32()->Value(); local
437 const int transport_id = args[0]->ToInt32()->Value(); local
472 const int transport_id = args[0]->ToInt32()->Value(); local
512 const int transport_id = args[0]->ToInt32()->Value(); local
540 const int transport_id = args[0]->ToInt32()->Value(); local
557 CallGetRawEventsCallback( int transport_id, scoped_ptr<base::BinaryValue> raw_events) argument
576 CallGetStatsCallback( int transport_id, scoped_ptr<base::DictionaryValue> stats) argument
[all...]
H A Dcast_streaming_native_handler.h70 void CallGetRawEventsCallback(int transport_id,
72 void CallGetStatsCallback(int transport_id,
78 CastUdpTransport* GetUdpTransportOrThrow(int transport_id) const;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc526 const std::string& transport_id,
535 StatsReport* report = collector->PrepareLocalReport(ssrc, transport_id,
541 report = collector->PrepareRemoteReport(ssrc, transport_id,
667 const std::string& transport_id,
704 transport_id);
710 const std::string& transport_id,
744 transport_id);
927 std::string transport_id; local
930 &transport_id)) {
935 ExtractStatsFromList(voice_info.receivers, transport_id, thi
525 ExtractStatsFromList(const std::vector<T>& data, const std::string& transport_id, StatsCollector* collector, StatsCollector::TrackDirection direction) argument
665 PrepareLocalReport( uint32 ssrc, const std::string& transport_id, TrackDirection direction) argument
708 PrepareRemoteReport( uint32 ssrc, const std::string& transport_id, TrackDirection direction) argument
955 std::string transport_id; local
[all...]
H A Dstatscollector_unittest.cc894 std::string transport_id = ExtractStatsValue( local
898 ASSERT_NE(kNotFound, transport_id);
900 transport_id);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc644 std::string transport_id = iter->second->impl()->content_name(); local
645 stats->proxy_to_transport[proxy_id] = transport_id;
646 if (stats->transport_stats.find(transport_id)
652 stats->transport_stats[transport_id] = subinfos;

Completed in 397 milliseconds