Home
last modified time | relevance | path

Searched refs:RTCConfiguration (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnectionFactory.java94 PeerConnection.RTCConfiguration rtcConfig, in createPeerConnection()
113 PeerConnection.RTCConfiguration rtcConfig = in createPeerConnection()
114 new PeerConnection.RTCConfiguration(iceServers); in createPeerConnection()
234 long nativeFactory, PeerConnection.RTCConfiguration rtcConfig, in nativeCreatePeerConnection()
DPeerConnection.java144 public static class RTCConfiguration { class in PeerConnection
157 public RTCConfiguration(List<IceServer> iceServers) { in RTCConfiguration() method in PeerConnection.RTCConfiguration
206 public native boolean setConfiguration(RTCConfiguration config); in setConfiguration()
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionInterface+Internal.h32 @interface RTCConfiguration ()
35 webrtc::PeerConnectionInterface::RTCConfiguration nativeConfiguration;
DRTCPeerConnectionInterface.mm33 @implementation RTCConfiguration implementation
47 webrtc::PeerConnectionInterface::RTCConfiguration config;
81 - (webrtc::PeerConnectionInterface::RTCConfiguration)nativeConfiguration { argument
82 webrtc::PeerConnectionInterface::RTCConfiguration nativeConfig;
DRTCPeerConnection+Internal.h44 config:(const webrtc::PeerConnectionInterface::RTCConfiguration &)config
DRTCPeerConnection.mm211 - (BOOL)setConfiguration:(RTCConfiguration *)configuration { argument
276 webrtc::PeerConnectionInterface::RTCConfiguration config;
287 config:(const webrtc::PeerConnectionInterface::RTCConfiguration &)config
DRTCPeerConnectionFactory.mm92 - (RTCPeerConnection *)peerConnectionWithConfiguration:(RTCConfiguration *)configuration
/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory_unittest.cc160 webrtc::PeerConnectionInterface::RTCConfiguration config; in TEST()
173 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
206 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
234 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
258 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
277 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
310 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
Dpeerconnectioninterface.h242 struct RTCConfiguration { struct
262 RTCConfiguration() in RTCConfiguration() argument
409 const PeerConnectionInterface::RTCConfiguration& config) { in SetConfiguration()
529 const PeerConnectionInterface::RTCConfiguration& configuration,
Dpeerconnectionfactoryproxy.h45 const PeerConnectionInterface::RTCConfiguration& a1, in PROXY_METHOD1()
72 const PeerConnectionInterface::RTCConfiguration& a1, in PROXY_METHOD1()
Dpeerconnectionproxy.h71 const PeerConnectionInterface::RTCConfiguration&);
Dpeerconnection.h75 const PeerConnectionInterface::RTCConfiguration& configuration,
129 const PeerConnectionInterface::RTCConfiguration& config) override;
Dpeerconnectionfactory.h59 const PeerConnectionInterface::RTCConfiguration& configuration,
Dwebrtcsession.h172 const PeerConnectionInterface::RTCConfiguration& rtc_configuration);
231 const PeerConnectionInterface::RTCConfiguration& config) const;
Dpeerconnectionfactory.cc250 const PeerConnectionInterface::RTCConfiguration& configuration, in CreatePeerConnection()
Dwebrtcsession_unittest.cc406 const PeerConnectionInterface::RTCConfiguration& rtc_configuration) { in Init()
432 PeerConnectionInterface::RTCConfiguration configuration; in Init()
438 PeerConnectionInterface::RTCConfiguration configuration; in InitWithIceTransport()
445 PeerConnectionInterface::RTCConfiguration configuration; in InitWithBundlePolicy()
452 PeerConnectionInterface::RTCConfiguration configuration; in InitWithRtcpMuxPolicy()
461 PeerConnectionInterface::RTCConfiguration configuration; in InitWithDtls()
479 PeerConnectionInterface::RTCConfiguration configuration; in InitWithDtlsIdentityGenFail()
3959 PeerConnectionInterface::RTCConfiguration configuration; in TEST_P()
Dpeerconnectioninterface_unittest.cc544 PeerConnectionInterface::RTCConfiguration config; in CreatePeerConnection()
584 PeerConnectionInterface::RTCConfiguration config; in CreatePeerConnectionExpectFail()
1731 PeerConnectionInterface::RTCConfiguration config; in TEST_F()
/external/webrtc/talk/app/webrtc/objc/public/
DRTCPeerConnectionFactory.h31 @class RTCConfiguration;
57 - (RTCPeerConnection *)peerConnectionWithConfiguration:(RTCConfiguration *)configuration
DRTCPeerConnection.h30 @class RTCConfiguration;
106 - (BOOL)setConfiguration:(RTCConfiguration *)configuration;
DRTCPeerConnectionInterface.h58 @interface RTCConfiguration : NSObject
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc91 webrtc::PeerConnectionInterface::RTCConfiguration config; in CreatePc()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java451 PeerConnection.RTCConfiguration rtcConfig = in createPeerConnectionInternal()
452 new PeerConnection.RTCConfiguration(signalingParameters.iceServers); in createPeerConnectionInternal()
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc116 webrtc::PeerConnectionInterface::RTCConfiguration config; in CreatePeerConnection()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m476 RTCConfiguration *config = [[RTCConfiguration alloc] init];
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1533 PeerConnectionInterface::RTCConfiguration* rtc_config) { in JavaRTCConfigurationToJsepRTCConfiguration()
1610 PeerConnectionInterface::RTCConfiguration rtc_config; in JOW()
1751 PeerConnectionInterface::RTCConfiguration rtc_config; in JOW()

12