Searched refs:onCapturerStarted (Results 1 – 8 of 8) sorted by relevance
39 public void onCapturerStarted(boolean success) {44 videoProcessor.onCapturerStarted(success);142 newVideoProcessor.onCapturerStarted(/* success= */ true); in setVideoProcessor()
21 void onCapturerStarted(boolean success); in onCapturerStarted() method
116 capturerObserver.onCapturerStarted(true); in startCapture()
16 observer.onCapturerStarted(success); in startCapture()
28 public void onCapturerStarted(boolean success) { in onCapturerStarted() method in NativeCapturerObserver
46 capturerObserver.onCapturerStarted(true /* success */);73 capturerObserver.onCapturerStarted(false /* success */);
33 public void onCapturerStarted(boolean success) { in onCapturerStarted() method in FileVideoCapturerTest.MockCapturerObserver
106 public void onCapturerStarted(boolean success) { in onCapturerStarted() method in CameraVideoCapturerTestFixtures.FakeCapturerObserver