Home
last modified time | relevance | path

Searched refs:expectKeyValueNotNull (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java640 public <T> T expectKeyValueNotNull(CameraCharacteristics characteristics, in expectKeyValueNotNull() method in CameraErrorCollector
659 public <T> T expectKeyValueNotNull(CaptureRequest request, in expectKeyValueNotNull() method in CameraErrorCollector
677 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
694 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
695 return expectKeyValueNotNull("", result, key); in expectKeyValueNotNull()
706 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
730 if ((value = expectKeyValueNotNull(request, key)) == null) { in expectKeyValueNotEquals()
752 if ((value = expectKeyValueNotNull(result, key)) == null) { in expectKeyValueNotEquals()
774 if ((value = expectKeyValueNotNull(result, key)) == null) { in expectKeyValueEquals()
798 if ((value = expectKeyValueNotNull(request, key)) == null) { in expectKeyValueEquals()
[all …]
DCameraTestUtils.java1888 if (collector.expectKeyValueNotNull(captureResult, CaptureResult.JPEG_GPS_LOCATION) != in verifyJpegKeys()
2028 if (collector.expectKeyValueNotNull(result, CaptureResult.JPEG_ORIENTATION) != null) { in verifyJpegExifExtraTags()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2StillCaptureTest.java484 Rational[] neutralColorPoint = mCollector.expectKeyValueNotNull("NeutralColorPoint", in verifyRawCaptureResult()
497 Pair<Double, Double>[] noiseProfile = mCollector.expectKeyValueNotNull("NoiseProfile", in verifyRawCaptureResult()
508 Integer hotPixelMode = mCollector.expectKeyValueNotNull("HotPixelMode", rawResult, in verifyRawCaptureResult()
510 Boolean hotPixelMapMode = mCollector.expectKeyValueNotNull("HotPixelMapMode", rawResult, in verifyRawCaptureResult()
519 Integer requestMode = mCollector.expectKeyValueNotNull(rawRequest, in verifyRawCaptureResult()
528 Boolean requestMapMode = mCollector.expectKeyValueNotNull(rawRequest, in verifyRawCaptureResult()