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

  /external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.h 68 void CallGetRawEventsCallback(int transport_id,
70 void CallGetStatsCallback(int transport_id,
76 CastUdpTransport* GetUdpTransportOrThrow(int transport_id) const;
cast_streaming_native_handler.cc 298 const int transport_id = args[0]->ToInt32()->Value(); local
299 if (!GetRtpStreamOrThrow(transport_id))
301 rtp_stream_map_.erase(transport_id);
309 const int transport_id = args[0]->ToInt32()->Value(); local
310 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
336 const int transport_id = args[0]->ToInt32()->Value(); local
337 CastRtpStream* transport = GetRtpStreamOrThrow(transport_id);
364 transport_id);
368 transport_id);
372 transport_id);
381 const int transport_id = args[0]->ToInt32()->Value(); local
393 const int transport_id = args[0]->ToInt32()->Value(); local
405 const int transport_id = args[0]->ToInt32()->Value(); local
456 const int transport_id = args[0]->ToInt32()->Value(); local
484 const int transport_id = args[0]->ToInt32()->Value(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h 92 std::string* transport_id);
statscollector.cc 496 const std::string& transport_id,
505 StatsReport* report = collector->PrepareLocalReport(ssrc, transport_id,
511 report = collector->PrepareRemoteReport(ssrc, transport_id,
629 const std::string& transport_id,
660 transport_id);
666 const std::string& transport_id,
696 transport_id);
877 std::string transport_id; local
904 std::string transport_id; local
    [all...]
statscollector_unittest.cc 834 std::string transport_id = ExtractStatsValue( local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nb30.h 130 ULONG transport_id; member in struct:_ACTION_HEADER
  /external/chromium_org/mojo/services/view_manager/
view_manager_service_impl.cc 406 const Id transport_id = NodeIdToTransportId(node->id()); local
407 if (known_nodes_.count(transport_id) == 1)
410 known_nodes_.insert(transport_id);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 617 std::string transport_id = iter->second->impl()->content_name(); local
618 stats->proxy_to_transport[proxy_id] = transport_id;
619 if (stats->transport_stats.find(transport_id)
625 stats->transport_stats[transport_id] = subinfos;
    [all...]

Completed in 590 milliseconds