Home
last modified time | relevance | path

Searched refs:recorder (Results 1 – 25 of 88) sorted by relevance

1234

/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestSuiteBuilderTest.java55 assertTrue(recorder.passed("SimpleTest.testSimpleOne")); in testShouldRunSimpleTests()
56 assertTrue(recorder.passed("SimpleTest.testSimpleTwo")); in testShouldRunSimpleTests()
76 assertTrue(recorder.failed("FailingTest.testFailOne")); in testShouldAddFailingTestsToSuite()
77 assertTrue(recorder.failed("FailingTest.testFailTwo")); in testShouldAddFailingTestsToSuite()
85 assertTrue(recorder.errored("ErrorTest.testErrorOne")); in testShouldAddTestsWithErrorsToSuite()
86 assertTrue(recorder.errored("ErrorTest.testErrorTwo")); in testShouldAddTestsWithErrorsToSuite()
106 assertTrue(recorder.passed("Level1Test.testLevel1")); in testShouldIncludeTestsInSubPackagesRecursively()
107 assertTrue(recorder.passed("Level2Test.testLevel2")); in testShouldIncludeTestsInSubPackagesRecursively()
125 assertEquals(1, recorder.testsSeen.size()); in testShouldExcludeSuppressedTests()
184 result.addListener(recorder);
[all …]
H A DUnitTestSuiteBuilderTest.java47 SuiteExecutionRecorder recorder = runSuite(unitTestSuiteBuilder); in testShouldExcludeIntrumentationTests() local
49 assertFalse(recorder.saw("InstrumentationTest.testInstrumentation")); in testShouldExcludeIntrumentationTests()
50 assertTrue(recorder.testsSeen.isEmpty()); in testShouldExcludeIntrumentationTests()
60 SuiteExecutionRecorder recorder = new SuiteExecutionRecorder(); in runSuite() local
62 result.addListener(recorder); in runSuite()
64 return recorder; in runSuite()
/aosp12/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor_callback.cpp32 AAudioSimpleRecorder recorder; in main() local
50 result = recorder.open(argParser, in main()
59 aaudioStream = recorder.getStream(); in main()
65 result = recorder.start(); in main()
79 printf("%08d: ", (int)recorder.getFramesRead()); in main()
97 result = recorder.stop(); in main()
102 result = recorder.start(); in main()
115 printf("%08d: ", (int)recorder.getFramesRead()); in main()
127 result = recorder.stop(); in main()
131 result = recorder.close(); in main()
[all …]
H A Dinput_monitor.cpp36 AAudioSimpleRecorder recorder; in main() local
68 result = recorder.open(argParser); in main()
74 aaudioStream = recorder.getStream(); in main()
114 result = recorder.start(); in main()
199 result = recorder.stop(); in main()
207 recorder.close(); in main()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java131 recorder.setCamera(mCamera); in validateGetSurface()
143 recorder.setVideoFrameRate(30); in validateGetSurface()
144 recorder.setVideoSize(352, 288); in validateGetSurface()
158 recorder.prepare(); in validateGetSurface()
175 recorder.start(); in validateGetSurface()
193 recorder.stop(); in validateGetSurface()
219 recorder.release(); in validateGetSurface()
257 recorder.prepare(); in recordVideoFromSurface()
281 recorder.start(); in recordVideoFromSurface()
295 recorder.stop(); in recordVideoFromSurface()
[all …]
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp197 SLObjectItf recorder; in TestRecToBuffQueue() local
322 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestRecToBuffQueue()
358 result = (*recorder)->Realize(recorder, SL_BOOLEAN_FALSE); in TestRecToBuffQueue()
371 result = (*recorder)->GetInterface(recorder, SL_IID_RECORD, (void*)&recordItf); in TestRecToBuffQueue()
389 result = (*recorder)->GetInterface( in TestRecToBuffQueue()
405 result = (*recorder)->GetInterface( in TestRecToBuffQueue()
406 recorder, SL_IID_ANDROIDAUTOMATICGAINCONTROL, (void*)&agcItf); in TestRecToBuffQueue()
421 result = (*recorder)->GetInterface( in TestRecToBuffQueue()
422 recorder, SL_IID_ANDROIDNOISESUPPRESSION, (void*)&nsItf); in TestRecToBuffQueue()
435 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, in TestRecToBuffQueue()
[all …]
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java339 recorder.setInputValue("inputRegion", recordingRegion); in setRecordingOrientation()
662 Filter recorder = mRunner.getGraph().getFilter("recorder"); in startRecording() local
664 recorder.setInputValue("outputFileDescriptor", mFd); in startRecording()
666 recorder.setInputValue("outputFile", mOutputFile); in startRecording()
672 recorder.setInputValue("recordingProfile", mProfile); in startRecording()
681 recorder.setInputValue("timelapseRecordingIntervalUs", in startRecording()
688 recorder.setInputValue("infoListener", mInfoListener); in startRecording()
693 recorder.setInputValue("maxFileSize", mMaxFileSize); in startRecording()
694 recorder.setInputValue("maxDurationMs", mMaxDurationMs); in startRecording()
695 recorder.setInputValue("recording", true); in startRecording()
[all …]
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaCanvasTests.cpp74 SkPictureRecorder recorder; in TEST() local
75 SkCanvas* skPicCanvas = recorder.beginRecording(1, 1); in TEST()
78 sk_sp<SkPicture> picture = recorder.finishRecordingAsPicture(); in TEST()
105 SkPictureRecorder recorder; in TEST() local
106 SkCanvas* skPicCanvas = recorder.beginRecording(1, 1); in TEST()
H A DRenderNodeDrawableTests.cpp150 recorder.drawColor(SK_ColorRED, SkBlendMode::kSrcOver); in TEST()
177 recorder.getClipBounds(&clipBounds); in getRecorderClipBounds()
181 static SkMatrix getRecorderMatrix(const SkiaRecordingCanvas& recorder) { in getRecorderMatrix() argument
183 recorder.getMatrix(&matrix); in getRecorderMatrix()
198 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity()); in TEST()
201 recorder.saveLayer(0, 0, 400, 400, &layerPaint); in TEST()
203 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity()); in TEST()
208 recorder.translate(300.0f, 400.0f); in TEST()
211 recorder.restore(); in TEST()
213 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity()); in TEST()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/precall/impl/
H A DCallingAccountSelector.java207 private final PreferredAccountRecorder recorder; field in CallingAccountSelector.SelectedListener
212 @NonNull PreferredAccountRecorder recorder) { in SelectedListener() argument
215 this.recorder = Assert.isNotNull(recorder); in SelectedListener()
223 recorder.record(coordinator.getActivity(), selectedAccountHandle, setDefault); in onPhoneAccountSelected()
/aosp12/frameworks/base/libs/hwui/jni/
H A DPicture.cpp92 SkPictureRecorder recorder; in serialize() local
93 recorder.beginRecording(0, 0); in serialize()
94 recorder.finishRecordingAsPicture()->serialize(stream); in serialize()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderResetStateUnitTest.java53 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
54 recorder.reset(); in invokeMethodUnderTest()
H A DMediaRecorderSetOutputFormatStateUnitTest.java53 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT); in invokeMethodUnderTest()
H A DMediaRecorderSetAudioEncoderStateUnitTest.java53 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
54 recorder.setAudioEncoder(MediaRecorderStateUnitTestTemplate.AUDIO_ENCODER); in invokeMethodUnderTest()
H A DMediaRecorderSetAudioSourceStateUnitTest.java53 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
54 recorder.setAudioSource(MediaRecorderStateUnitTestTemplate.AUDIO_SOURCE); in invokeMethodUnderTest()
H A DMediaRecorderSetOutputFileStateUnitTest.java50 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
51 recorder.setOutputFile(MediaRecorderStateUnitTestTemplate.RECORD_OUTPUT_PATH); in invokeMethodUnderTest()
H A DMediaRecorderStartStateUnitTest.java53 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
54 recorder.start(); in invokeMethodUnderTest()
H A DMediaRecorderPrepareStateUnitTest.java54 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
56 recorder.prepare(); in invokeMethodUnderTest()
H A DMediaRecorderStopStateUnitTest.java56 public void invokeMethodUnderTest(MediaRecorder recorder) { in invokeMethodUnderTest() argument
66 recorder.stop(); in invokeMethodUnderTest()
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp419 AAudioSimpleRecorder recorder; in main() local
576 result = recorder.open(argParser); in main()
581 inputStream = loopbackData.inputStream = recorder.getStream(); in main()
611 loopbackData.actualInputChannelCount = recorder.getChannelCount(); in main()
634 result = recorder.start(); in main()
690 result = recorder.stop(); in main()
771 recorder.close(); in main()
/aosp12/packages/apps/TV/src/com/android/tv/receiver/
H A DBootCompletedReceiver.java29 import com.android.tv.dvr.recorder.DvrRecordingService;
30 import com.android.tv.dvr.recorder.RecordingScheduler;
/aosp12/frameworks/base/media/java/android/media/
H A DAudioRecord.java2142 void onMarkerReached(AudioRecord recorder); in onMarkerReached() argument
2148 void onPeriodicNotification(AudioRecord recorder); in onPeriodicNotification() argument
2164 NativeEventHandler(AudioRecord recorder, Looper looper) { in NativeEventHandler() argument
2166 mAudioRecord = recorder; in NativeEventHandler()
2202 AudioRecord recorder = (AudioRecord)((WeakReference)audiorecord_ref).get(); in postEventFromNative() local
2203 if (recorder == null) { in postEventFromNative()
2208 recorder.broadcastRoutingChange(); in postEventFromNative()
2212 if (recorder.mEventHandler != null) { in postEventFromNative()
2214 recorder.mEventHandler.obtainMessage(what, arg1, arg2, obj); in postEventFromNative()
2215 recorder.mEventHandler.sendMessage(m); in postEventFromNative()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h152 void attachRecorder(RecordingCanvas* recorder, const SkIRect& bounds) { in attachRecorder() argument
153 recorder->reset(&mDisplayList, bounds); in attachRecorder()
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DVoiceRecordingView.java60 public void setRecorder(@Nullable MediaRecorder recorder) { in setRecorder() argument
61 mRecorder = recorder; in setRecorder()
/aosp12/packages/apps/LegacyCamera/res/raw/
H A Dbackdropper.graph75 @filter MediaEncoderFilter recorder {
88 @connect replacer[video] => recorder[videoframe];

1234