Searched refs:nativeSource (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DAudioSource.java35 public AudioSource(long nativeSource) { argument
36 super(nativeSource);
H A DMediaSource.java38 final long nativeSource; // Package-protected for PeerConnectionFactory. field in class:MediaSource
40 public MediaSource(long nativeSource) { argument
41 this.nativeSource = nativeSource;
45 return nativeState(nativeSource);
49 free(nativeSource);
54 private static native void free(long nativeSource); argument
H A DVideoSource.java41 public VideoSource(long nativeSource) { argument
42 super(nativeSource);
47 nativeVideoFormatAtStop = stop(nativeSource);
54 restart(nativeSource, nativeVideoFormatAtStop);
69 private static native long stop(long nativeSource); argument
71 long nativeSource, long nativeVideoFormatAtStop);
70 restart( long nativeSource, long nativeVideoFormatAtStop) argument
H A DPeerConnectionFactory.java93 nativeFactory, id, source.nativeSource));
102 nativeFactory, id, source.nativeSource));
132 long nativeFactory, String id, long nativeSource);
131 nativeCreateAudioTrack( long nativeFactory, String id, long nativeSource) argument

Completed in 94 milliseconds