Home
last modified time | relevance | path

Searched refs:nativeInjectLoggable (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java302 nativeInjectLoggable(new JNILogging(options.loggable), options.loggableSeverity.ordinal()); in initialize()
616 private static native void nativeInjectLoggable(JNILogging jniLogging, int severity); in nativeInjectLoggable() method in PeerConnectionFactory