Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DVideoSource.java39 public void onCapturerStarted(boolean success) {
44 videoProcessor.onCapturerStarted(success);
142 newVideoProcessor.onCapturerStarted(/* success= */ true); in setVideoProcessor()
DCapturerObserver.java21 void onCapturerStarted(boolean success); in onCapturerStarted() method
DScreenCapturerAndroid.java116 capturerObserver.onCapturerStarted(true); in startCapture()
/external/webrtc/sdk/android/native_unittests/org/webrtc/
DJavaVideoSourceTestHelper.java16 observer.onCapturerStarted(success); in startCapture()
/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeCapturerObserver.java28 public void onCapturerStarted(boolean success) { in onCapturerStarted() method in NativeCapturerObserver
DCameraCapturer.java46 capturerObserver.onCapturerStarted(true /* success */);
73 capturerObserver.onCapturerStarted(false /* success */);
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DFileVideoCapturerTest.java33 public void onCapturerStarted(boolean success) { in onCapturerStarted() method in FileVideoCapturerTest.MockCapturerObserver
DCameraVideoCapturerTestFixtures.java106 public void onCapturerStarted(boolean success) { in onCapturerStarted() method in CameraVideoCapturerTestFixtures.FakeCapturerObserver