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.
470 // PeerConnectionFactoryInterface is the factory interface use for creating
472 // PeerConnectionFactoryInterface will create required libjingle threads,
479 class PeerConnectionFactoryInterface : public rtc::RefCountInterface { class in namespace:webrtc
556 PeerConnectionFactoryInterface() {} function in class:webrtc::PeerConnectionFactoryInterface
557 ~PeerConnectionFactoryInterface() {} // NOLINT
560 // Create a new instance of PeerConnectionFactoryInterface.
561 rtc::scoped_refptr<PeerConnectionFactoryInterface>
564 // Create a new instance of PeerConnectionFactoryInterface
[all...]

Completed in 353 milliseconds