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

  /external/webrtc/talk/app/webrtc/
rtpreceiverinterface.h 43 class RtpReceiverInterface : public rtc::RefCountInterface {
54 virtual ~RtpReceiverInterface() {}
57 // Define proxy for RtpReceiverInterface.
rtpreceiver.h 28 // This file contains classes that implement RtpReceiverInterface.
38 #include "talk/app/webrtc/rtpreceiverinterface.h"
45 public rtc::RefCountedObject<RtpReceiverInterface> {
59 // RtpReceiverInterface implementation
78 class VideoRtpReceiver : public rtc::RefCountedObject<RtpReceiverInterface> {
86 // RtpReceiverInterface implementation
peerconnectionproxy.h 52 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpReceiverInterface>>,
peerconnection.h 36 #include "talk/app/webrtc/rtpreceiverinterface.h"
97 std::vector<rtc::scoped_refptr<RtpReceiverInterface>> GetReceivers()
329 std::vector<rtc::scoped_refptr<RtpReceiverInterface>>::iterator
383 std::vector<rtc::scoped_refptr<RtpReceiverInterface>> receivers_;
peerconnectioninterface.h 81 #include "talk/app/webrtc/rtpreceiverinterface.h"
354 virtual std::vector<rtc::scoped_refptr<RtpReceiverInterface>> GetReceivers()
356 return std::vector<rtc::scoped_refptr<RtpReceiverInterface>>();
peerconnection.cc 787 std::vector<rtc::scoped_refptr<RtpReceiverInterface>>
789 std::vector<rtc::scoped_refptr<RtpReceiverInterface>> receivers;
    [all...]
peerconnectioninterface_unittest.cc 37 #include "talk/app/webrtc/rtpreceiverinterface.h"
276 using webrtc::RtpReceiverInterface;
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 68 #include "talk/app/webrtc/rtpreceiverinterface.h"
122 using webrtc::RtpReceiverInterface;
    [all...]

Completed in 165 milliseconds