HomeSort by relevance Sort by last modified time
    Searched defs:nativeFactory (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionFactory+Internal.h 36 webrtc::PeerConnectionFactoryInterface> nativeFactory;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java 43 private final long nativeFactory;
87 nativeFactory = nativeCreatePeerConnectionFactory();
88 if (nativeFactory == 0) {
102 nativeFactory, rtcConfig, constraints, nativeObserver);
120 nativeCreateLocalMediaStream(nativeFactory, label));
126 nativeFactory, capturer.takeNativeVideoCapturer(), constraints));
131 nativeFactory, id, source.nativeSource));
135 return new AudioSource(nativeCreateAudioSource(nativeFactory, constraints));
140 nativeFactory, id, source.nativeSource));
147 return nativeStartAecDump(nativeFactory, file_descriptor)
    [all...]

Completed in 158 milliseconds