Searched refs:capturer (Results 1 – 4 of 4) sorted by relevance
109 JavaAudioCapturer capturer = in open_throwsIllegalStateException_afterCloseCalled() local112 capturer.open(); in open_throwsIllegalStateException_afterCloseCalled()113 capturer.close(); in open_throwsIllegalStateException_afterCloseCalled()115 capturer.open(); in open_throwsIllegalStateException_afterCloseCalled()142 AudioCapturer capturer = in attachOutput_attachesOutputSuccessfully_outputStream() local144 capturer.attachOutput(byteArrayOutputStream); in attachOutput_attachesOutputSuccessfully_outputStream()145 capturer.open(); in attachOutput_attachesOutputSuccessfully_outputStream()152 capturer.attachOutput(new RunnableOutputStream(publisher::stop)); in attachOutput_attachesOutputSuccessfully_outputStream()182 AudioCapturer capturer = in attachOutput_attachesOutputSuccessfully_file() local184 capturer.attachOutput(testFile); in attachOutput_attachesOutputSuccessfully_file()[all …]
53 try (AudioCapturer capturer = audioSystemService.createDefaultCapturer()) { in main() argument55 capturer.attachOutput(new File(FILENAME)); in main()56 capturer.open(); in main()
70 AudioCapturer capturer; in capture() local72 capturer = mAudioSystemService.createDefaultCapturer(); in capture()86 serverCallResponseObserver, capturer); in capture()
38 manifest: "cli-capturer-manifest.inf",