Searched defs:nativeFactory (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnectionFactory.java | 43 private final long nativeFactory; field in PeerConnectionFactory 234 long nativeFactory, PeerConnection.RTCConfiguration rtcConfig, in nativeCreatePeerConnection() 238 long nativeFactory, String label); in nativeCreateLocalMediaStream() 241 long nativeFactory, long nativeVideoCapturer, in nativeCreateVideoSource() 245 long nativeFactory, String id, long nativeVideoSource); in nativeCreateVideoTrack() 248 long nativeFactory, MediaConstraints constraints); in nativeCreateAudioSource() 251 long nativeFactory, String id, long nativeSource); in nativeCreateAudioTrack() 253 private static native boolean nativeStartAecDump(long nativeFactory, int file_descriptor); in nativeStartAecDump() 255 private static native void nativeStopAecDump(long nativeFactory); in nativeStopAecDump() 257 private static native boolean nativeStartRtcEventLog(long nativeFactory, int file_descriptor); in nativeStartRtcEventLog() [all …]
|