OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nativesource
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java
38
final long
nativeSource
; // Package-protected for PeerConnectionFactory.
40
public MediaSource(long
nativeSource
) {
41
this.
nativeSource
=
nativeSource
;
45
return nativeState(
nativeSource
);
49
free(
nativeSource
);
54
private static native void free(long
nativeSource
);
VideoSource.java
41
public VideoSource(long
nativeSource
) {
42
super(
nativeSource
);
47
nativeVideoFormatAtStop = stop(
nativeSource
);
54
restart(
nativeSource
, nativeVideoFormatAtStop);
69
private static native long stop(long
nativeSource
);
71
long
nativeSource
, long nativeVideoFormatAtStop);
AudioSource.java
35
public AudioSource(long
nativeSource
) {
36
super(
nativeSource
);
PeerConnectionFactory.java
85
nativeFactory, id, source.
nativeSource
));
Completed in 72 milliseconds