Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java373 private <T> Key<T> checkKeyMarshal(String keyName, TypeReference<T> typeReference, in checkKeyMarshal() method in CameraMetadataTest
417 private <T> Key<T> checkKeyMarshal(String keyName, T expected, byte[] expectedNative) { in checkKeyMarshal() method in CameraMetadataTest
420 return checkKeyMarshal(keyName, in checkKeyMarshal()
651 checkKeyMarshal("android.colorCorrection.gains", in testReadWriteRggbChannelVector()
656 checkKeyMarshal("android.colorCorrection.gains", in testReadWriteRggbChannelVector()
671 checkKeyMarshal("android.sensor.info.physicalSize", in testReadWriteSizeF()
676 checkKeyMarshal("android.sensor.info.physicalSize", in testReadWriteSizeF()
692 checkKeyMarshal("android.scaler.cropRegion", in testReadWriteRectangle()
699 checkKeyMarshal("android.scaler.cropRegion", new Rect[] { in testReadWriteRectangle()
713 checkKeyMarshal("android.control.aeRegions", in testReadWriteMeteringRectangle()
[all …]