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

  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionFactory+Internal.h 36 webrtc::PeerConnectionFactoryInterface> nativeFactory;
RTCPeerConnection+Internal.h 39 - (instancetype)initWithFactory:(webrtc::PeerConnectionFactoryInterface *)factory
43 - (instancetype)initWithFactory:(webrtc::PeerConnectionFactoryInterface *)factory
RTCPeerConnection.mm 271 - (instancetype)initWithFactory:(webrtc::PeerConnectionFactoryInterface*)factory
286 - (instancetype)initWithFactory:(webrtc::PeerConnectionFactoryInterface *)factory
  /external/webrtc/talk/app/webrtc/
localaudiosource.h 48 const PeerConnectionFactoryInterface::Options& options,
64 void Initialize(const PeerConnectionFactoryInterface::Options& options,
localaudiosource_unittest.cc 41 using webrtc::PeerConnectionFactoryInterface;
58 LocalAudioSource::Create(PeerConnectionFactoryInterface::Options(),
74 LocalAudioSource::Create(PeerConnectionFactoryInterface::Options(),
87 LocalAudioSource::Create(PeerConnectionFactoryInterface::Options(),
99 LocalAudioSource::Create(PeerConnectionFactoryInterface::Options(),
112 LocalAudioSource::Create(PeerConnectionFactoryInterface::Options(),
localaudiosource.cc 89 const PeerConnectionFactoryInterface::Options& options,
98 const PeerConnectionFactoryInterface::Options& options,
peerconnectioninterface.h 35 // 1. Create a PeerConnectionFactoryInterface. Check constructors for more
56 // 1. Create PeerConnectionFactoryInterface if it doesn't exist.
492 // PeerConnectionFactoryInterface is the factory interface use for creating
494 // PeerConnectionFactoryInterface will create required libjingle threads,
501 class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
590 PeerConnectionFactoryInterface() {}
591 ~PeerConnectionFactoryInterface() {} // NOLINT
594 // Create a new instance of PeerConnectionFactoryInterface.
595 rtc::scoped_refptr<PeerConnectionFactoryInterface>
598 // Create a new instance of PeerConnectionFactoryInterface
    [all...]
peerconnectionfactory.h 52 class PeerConnectionFactory : public PeerConnectionFactoryInterface {
peerconnectionfactory.cc 77 rtc::scoped_refptr<PeerConnectionFactoryInterface>
97 rtc::scoped_refptr<PeerConnectionFactoryInterface>
peerconnectionfactory_unittest.cc 51 using webrtc::PeerConnectionFactoryInterface;
141 rtc::scoped_refptr<PeerConnectionFactoryInterface> factory_;
156 rtc::scoped_refptr<PeerConnectionFactoryInterface> factory(
webrtcsession.h 169 const PeerConnectionFactoryInterface::Options& options,
peerconnection_unittest.cc     [all...]
webrtcsession.cc 598 const PeerConnectionFactoryInterface::Options& options,
638 // PeerConnectionFactoryInterface::Options.
    [all...]
peerconnectioninterface_unittest.cc     [all...]
webrtcsession_unittest.cc 91 using webrtc::PeerConnectionFactoryInterface;
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 119 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 109 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 119 using webrtc::PeerConnectionFactoryInterface;
    [all...]

Completed in 352 milliseconds