Home
last modified time | relevance | path

Searched refs:result3 (Results 1 – 2 of 2) sorted by relevance

/cts/suite/audio_quality/test/
DTaskCaseTest.cpp153 android::String8 result3; in TEST_F() local
154 ASSERT_TRUE(!mTaskCase->translateVarName(orig3, result3)); in TEST_F()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java348 Pair<TotalCaptureResult, Long> result3 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
353 long resultDiff = result4.second - result3.second; in testResultTimestamps()
357 validateTimestamps("Result 3", result3.first, in testResultTimestamps()
358 prevImage, result3.second); in testResultTimestamps()
368 mCollector.expectGreater("Timestamps must be increasing.", result3.second, in testResultTimestamps()