HomeSort by relevance Sort by last modified time
    Searched refs:RTCConfiguration (Results 1 - 25 of 28) sorted by null

1 2

  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionInterface+Internal.h 32 @interface RTCConfiguration ()
35 webrtc::PeerConnectionInterface::RTCConfiguration nativeConfiguration;
RTCPeerConnectionInterface.mm 33 @implementation RTCConfiguration
47 webrtc::PeerConnectionInterface::RTCConfiguration config;
81 - (webrtc::PeerConnectionInterface::RTCConfiguration)nativeConfiguration {
82 webrtc::PeerConnectionInterface::RTCConfiguration nativeConfig;
RTCPeerConnection+Internal.h 44 config:(const webrtc::PeerConnectionInterface::RTCConfiguration &)config
RTCPeerConnection.mm 211 - (BOOL)setConfiguration:(RTCConfiguration *)configuration {
276 webrtc::PeerConnectionInterface::RTCConfiguration config;
287 config:(const webrtc::PeerConnectionInterface::RTCConfiguration &)config
RTCPeerConnectionFactory.mm 92 - (RTCPeerConnection *)peerConnectionWithConfiguration:(RTCConfiguration *)configuration
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnectionFactory.h 31 @class RTCConfiguration;
57 - (RTCPeerConnection *)peerConnectionWithConfiguration:(RTCConfiguration *)configuration
RTCPeerConnection.h 30 @class RTCConfiguration;
106 - (BOOL)setConfiguration:(RTCConfiguration *)configuration;
RTCPeerConnectionInterface.h 58 @interface RTCConfiguration : NSObject
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java 94 PeerConnection.RTCConfiguration rtcConfig,
113 PeerConnection.RTCConfiguration rtcConfig =
114 new PeerConnection.RTCConfiguration(iceServers);
234 long nativeFactory, PeerConnection.RTCConfiguration rtcConfig,
PeerConnection.java 143 /** Java version of PeerConnectionInterface.RTCConfiguration */
144 public static class RTCConfiguration {
157 public RTCConfiguration(List<IceServer> iceServers) {
206 public native boolean setConfiguration(RTCConfiguration config);
  /external/webrtc/talk/app/webrtc/
peerconnectionfactoryproxy.h 45 const PeerConnectionInterface::RTCConfiguration& a1,
72 const PeerConnectionInterface::RTCConfiguration& a1,
peerconnectioninterface.h 242 struct RTCConfiguration {
262 RTCConfiguration()
409 const PeerConnectionInterface::RTCConfiguration& config) {
529 const PeerConnectionInterface::RTCConfiguration& configuration,
peerconnectionproxy.h 71 const PeerConnectionInterface::RTCConfiguration&);
peerconnectionfactory_unittest.cc 160 webrtc::PeerConnectionInterface::RTCConfiguration config;
173 PeerConnectionInterface::RTCConfiguration config;
206 PeerConnectionInterface::RTCConfiguration config;
234 PeerConnectionInterface::RTCConfiguration config;
258 PeerConnectionInterface::RTCConfiguration config;
277 PeerConnectionInterface::RTCConfiguration config;
310 PeerConnectionInterface::RTCConfiguration config;
peerconnectionfactory.h 59 const PeerConnectionInterface::RTCConfiguration& configuration,
peerconnection.h 75 const PeerConnectionInterface::RTCConfiguration& configuration,
129 const PeerConnectionInterface::RTCConfiguration& config) override;
webrtcsession.h 172 const PeerConnectionInterface::RTCConfiguration& rtc_configuration);
231 const PeerConnectionInterface::RTCConfiguration& config) const;
peerconnectionfactory.cc 250 const PeerConnectionInterface::RTCConfiguration& configuration,
webrtcsession_unittest.cc 406 const PeerConnectionInterface::RTCConfiguration& rtc_configuration) {
432 PeerConnectionInterface::RTCConfiguration configuration;
438 PeerConnectionInterface::RTCConfiguration configuration;
445 PeerConnectionInterface::RTCConfiguration configuration;
452 PeerConnectionInterface::RTCConfiguration configuration;
461 PeerConnectionInterface::RTCConfiguration configuration;
479 PeerConnectionInterface::RTCConfiguration configuration;
    [all...]
peerconnectioninterface_unittest.cc 544 PeerConnectionInterface::RTCConfiguration config;
584 PeerConnectionInterface::RTCConfiguration config;
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 90 // CreatePeerConnection with RTCConfiguration.
91 webrtc::PeerConnectionInterface::RTCConfiguration config;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.m 476 RTCConfiguration *config = [[RTCConfiguration alloc] init];
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 116 webrtc::PeerConnectionInterface::RTCConfiguration config;
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java 451 PeerConnection.RTCConfiguration rtcConfig =
452 new PeerConnection.RTCConfiguration(signalingParameters.iceServers);
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 552 milliseconds

1 2