/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 110 private DeviceReportLog mReportLog; field in PerformanceTest 184 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch() 185 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testCameraLaunch() 256 mReportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testCameraLaunch() 258 mReportLog.addValues("camera_configure_stream_time", configureStreamTimes, in testCameraLaunch() 260 mReportLog.addValues("camera_start_preview_time", startPreviewTimes, in testCameraLaunch() 262 mReportLog.addValues("camera_camera_stop_preview", stopPreviewTimes, in testCameraLaunch() 264 mReportLog.addValues("camera_camera_close_time", cameraCloseTimes, in testCameraLaunch() 266 mReportLog.addValues("camera_launch_time", cameraLaunchTimes, in testCameraLaunch() 274 mReportLog.submit(mInstrumentation); in testCameraLaunch() [all …]
|
D | CameraExtensionSessionTest.java | 137 private DeviceReportLog mReportLog; field in CameraExtensionSessionTest 619 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testPostviewAndCapture() 620 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testPostviewAndCapture() 621 mReportLog.addValue("extension_id", extension, ResultType.NEUTRAL, in testPostviewAndCapture() 730 mReportLog.addValue("width", maxSize.getWidth(), ResultType.NEUTRAL, in testPostviewAndCapture() 732 mReportLog.addValue("height", maxSize.getHeight(), in testPostviewAndCapture() 734 mReportLog.addValue("captureFormat", captureFormat, ResultType.NEUTRAL, in testPostviewAndCapture() 736 mReportLog.addValue("postviewFormat", postviewFormat, in testPostviewAndCapture() 739 mReportLog.addValue("avg_postview_latency", avgPostviewLatency, in testPostviewAndCapture() 742 mReportLog.addValue("avg_capture_latency", avgCaptureLatency, in testPostviewAndCapture() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | PassFailButtons.java | 183 private CtsVerifierReportLog mReportLog; field in PassFailButtons.Activity 205 if (mReportLog != null && !mReportLog.isOpen()) { in onResume() 256 return mReportLog = new CtsVerifierReportLog( in newReportLog() 267 return mReportLog; in getReportLog() 275 return !mRequireReportLogToPass || (mReportLog != null & mReportLog.isOpen()); in isReportLogOkToPass() 327 private final CtsVerifierReportLog mReportLog; field in PassFailButtons.ListActivity 332 mReportLog = null; in ListActivity() 379 return mReportLog; in getReportLog() 423 private final CtsVerifierReportLog mReportLog; field in PassFailButtons.TestListActivity 430 this.mReportLog = new CtsVerifierReportLog(getReportFileName(), getReportSectionName()); in TestListActivity() [all …]
|
D | TestResult.java | 55 private final ReportLog mReportLog; field in TestResult 182 this.mReportLog = reportLog; in TestResult() 204 return mReportLog; in getReportLog()
|
D | TestListAdapter.java | 600 private final ReportLog mReportLog; field in TestListAdapter.SetTestResultTask 614 mReportLog = reportLog; in SetTestResultTask() 648 mReportLog, in doInBackground()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecoderConformanceTest.java | 87 private DeviceReportLog mReportLog; field in DecoderConformanceTest 221 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testDecoderConformance() 222 mReportLog.addValue("mime", mMediaType, ResultType.NEUTRAL, ResultUnit.NONE); in testDecoderConformance() 223 mReportLog.addValue("pass", stat != Status.FAIL, ResultType.NEUTRAL, ResultUnit.NONE); in testDecoderConformance() 224 mReportLog.addValue("vector_name", mTestVector, ResultType.NEUTRAL, ResultUnit.NONE); in testDecoderConformance() 225 mReportLog.addValue("decode_name", mDecoderName, ResultType.NEUTRAL, ResultUnit.NONE); in testDecoderConformance() 226 mReportLog.submit(InstrumentationRegistry.getInstrumentation()); in testDecoderConformance()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsTestActivity.java | 275 private CtsVerifierReportLog mReportLog; field in ItsTestActivity 471 mReportLog.addValues("perf_metrics", mFinalPerfMetricsArr); in onReceive() 479 mReportLog.submit(); in onReceive() 888 if (mReportLog == null) { in onCreate() 889 mReportLog = in onCreate()
|