Searched defs:PeerConnectionFactoryInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface.h35 // 1. Create a PeerConnectionFactoryInterface. Check constructors for more
56 // 1. Create PeerConnectionFactoryInterface if it doesn't exist.
382 // PeerConnectionFactoryInterface is the factory interface use for creating
384 // PeerConnectionFactoryInterface will create required libjingle threads,
391 class PeerConnectionFactoryInterface : public talk_base::RefCountInterface { class in namespace:webrtc
448 PeerConnectionFactoryInterface() {} function in class:webrtc::PeerConnectionFactoryInterface
449 ~PeerConnectionFactoryInterface() {} // NOLINT
452 // Create a new instance of PeerConnectionFactoryInterface.
453 talk_base::scoped_refptr<PeerConnectionFactoryInterface>
456 // Create a new instance of PeerConnectionFactoryInterface
[all...]

Completed in 42 milliseconds