Home
last modified time | relevance | path

Searched defs:nativeSource (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoSource.java40 public VideoSource(long nativeSource) { in VideoSource()
61 private static native void stop(long nativeSource); in stop()
62 private static native void restart(long nativeSource); in restart()
DMediaSource.java38 final long nativeSource; // Package-protected for PeerConnectionFactory. field in MediaSource
40 public MediaSource(long nativeSource) { in MediaSource()
54 private static native void free(long nativeSource); in free()
DAudioSource.java35 public AudioSource(long nativeSource) { in AudioSource()
DPeerConnectionFactory.java251 long nativeFactory, String id, long nativeSource); in nativeCreateAudioTrack()