Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionFactoryTest.java23 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitialize()
32 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
36 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
46 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
51 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
61 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeWithTracerAndShutdown()
DLoggableTest.java67 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableSetWithoutError()
77 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testMessageIsLoggedCorrectly()
91 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLowSeverityIsFiltered()
104 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
109 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
122 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeMessageIsLoggedCorrectly()
135 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLowSeverityIsFiltered()
148 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
153 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
DWebRtcJniBootTest.java27 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testJniLoadsWithoutError()
DRtpTransceiverTest.java36 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DVideoTrackTest.java31 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DRtpSenderTest.java35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DPeerConnectionTest.java35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DEglRendererTest.java114 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DCameraVideoCapturerTestFixtures.java331 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in CameraVideoCapturerTestFixtures()
DPeerConnectionEndToEndTest.java56 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java114 public Builder setNativeLibraryName(String nativeLibraryName) { in setNativeLibraryName() method in PeerConnectionFactory.InitializationOptions.Builder