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

  /external/webrtc/webrtc/modules/pacing/
packet_router.h 34 public TransportSequenceNumberAllocator {
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 407 class TransportSequenceNumberAllocator {
409 TransportSequenceNumberAllocator() {}
410 virtual ~TransportSequenceNumberAllocator() {}
rtp_rtcp.h 72 TransportSequenceNumberAllocator* transport_sequence_number_allocator;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 95 TransportSequenceNumberAllocator* sequence_number_allocator,
399 TransportSequenceNumberAllocator* const transport_sequence_number_allocator_;
rtp_sender.cc 121 TransportSequenceNumberAllocator* sequence_number_allocator,
    [all...]
  /external/webrtc/webrtc/video/
vie_channel.h 300 TransportSequenceNumberAllocator* transport_sequence_number_allocator,
vie_channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 88 class TransportSequenceNumberProxy : public TransportSequenceNumberAllocator {
95 TransportSequenceNumberAllocator* seq_num_allocator) {
101 // Implements TransportSequenceNumberAllocator.
114 TransportSequenceNumberAllocator* seq_num_allocator_ GUARDED_BY(&crit_);
    [all...]

Completed in 136 milliseconds