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.java26 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitialize()
35 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
39 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwice()
49 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
54 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeTwiceWithTracer()
64 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testInitializeWithTracerAndShutdown()
DLoggableTest.java70 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableSetWithoutError()
80 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testMessageIsLoggedCorrectly()
94 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLowSeverityIsFiltered()
107 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
112 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testLoggableDoesNotReceiveMessagesAfterUnsetting()
125 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeMessageIsLoggedCorrectly()
138 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLowSeverityIsFiltered()
151 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
156 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testNativeLoggableDoesNotReceiveMessagesAfterUnsetting()
DWebRtcJniBootTest.java30 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in testJniLoadsWithoutError()
DRtpTransceiverTest.java39 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DVideoTrackTest.java34 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DRtpSenderTest.java38 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DPeerConnectionTest.java38 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DEglRendererTest.java117 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in setUp()
DCameraVideoCapturerTestFixtures.java331 .setNativeLibraryName(TestConstants.NATIVE_LIBRARY) in CameraVideoCapturerTestFixtures()
DPeerConnectionEndToEndTest.java58 .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