Searched refs:RtpSenderInterface (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionproxy.h46 PROXY_METHOD2(rtc::scoped_refptr<RtpSenderInterface>,
50 PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpSenderInterface>>,
H A Drtpsenderinterface.h44 class RtpSenderInterface : public rtc::RefCountInterface { class in namespace:webrtc
72 virtual ~RtpSenderInterface() {}
75 // Define proxy for RtpSenderInterface.
H A Dpeerconnection.h91 rtc::scoped_refptr<RtpSenderInterface> CreateSender(
95 std::vector<rtc::scoped_refptr<RtpSenderInterface>> GetSenders()
325 RtpSenderInterface* FindSenderById(const std::string& id);
327 std::vector<rtc::scoped_refptr<RtpSenderInterface>>::iterator
382 std::vector<rtc::scoped_refptr<RtpSenderInterface>> senders_;
H A Drtpsender.h28 // This file contains classes that implement RtpSenderInterface.
72 public rtc::RefCountedObject<RtpSenderInterface> {
89 // RtpSenderInterface implementation
133 public rtc::RefCountedObject<RtpSenderInterface> {
147 // RtpSenderInterface implementation
H A Dpeerconnectioninterface.h343 virtual rtc::scoped_refptr<RtpSenderInterface> CreateSender(
346 return rtc::scoped_refptr<RtpSenderInterface>();
349 virtual std::vector<rtc::scoped_refptr<RtpSenderInterface>> GetSenders()
351 return std::vector<rtc::scoped_refptr<RtpSenderInterface>>();
H A Dpeerconnection.cc67 using webrtc::RtpSenderInterface;
368 const std::vector<rtc::scoped_refptr<RtpSenderInterface>>& senders,
758 rtc::scoped_refptr<RtpSenderInterface> PeerConnection::CreateSender(
762 RtpSenderInterface* new_sender;
769 return rtc::scoped_refptr<RtpSenderInterface>();
778 std::vector<rtc::scoped_refptr<RtpSenderInterface>> PeerConnection::GetSenders()
780 std::vector<rtc::scoped_refptr<RtpSenderInterface>> senders;
1699 RtpSenderInterface* sender = FindSenderById(track_id);
1720 RtpSenderInterface* sender = FindSenderById(track_id);
1959 RtpSenderInterface* PeerConnectio
[all...]
H A Dpeerconnectioninterface_unittest.cc277 using webrtc::RtpSenderInterface;
331 const std::vector<rtc::scoped_refptr<RtpSenderInterface>>& senders,
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc123 using webrtc::RtpSenderInterface;
1786 rtc::scoped_refptr<RtpSenderInterface> sender =
2111 return reinterpret_cast<RtpSenderInterface*>(j_rtp_sender_pointer)
2120 reinterpret_cast<RtpSenderInterface*>(j_rtp_sender_pointer)
2128 jni, reinterpret_cast<RtpSenderInterface*>(j_rtp_sender_pointer)->id());
2132 reinterpret_cast<RtpSenderInterface*>(j_rtp_sender_pointer)->Release();

Completed in 218 milliseconds