Home
last modified time | relevance | path

Searched refs:isPerfMeasure (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraParameterizedTestCase.java52 public boolean isPerfMeasure() { in isPerfMeasure() method in CameraParameterizedTestCase
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestRule.java200 public boolean isPerfMeasure() { in isPerfMeasure() method in Camera2AndroidTestRule
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1524 boolean validateRecording = !isPerfMeasure(); in basicRecordingTestByCamera()
1567 if (isPerfMeasure()) { in basicRecordingTestByCamera()
1582 if (isPerfMeasure()) { in basicRecordingTestByCamera()
DPerformanceTest.java335 if (!mTestRule.isPerfMeasure()) { in testSingleCapture()
525 if (mTestRule.isPerfMeasure()) { in testSingleCaptureForFormat()