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.java381 private <T> Key<T> checkKeyMarshal(String keyName, TypeReference<T> typeReference, in checkKeyMarshal() method in CameraMetadataTest
425 private <T> Key<T> checkKeyMarshal(String keyName, T expected, byte[] expectedNative) { in checkKeyMarshal() method in CameraMetadataTest
428 return checkKeyMarshal(keyName, in checkKeyMarshal()
659 checkKeyMarshal("android.colorCorrection.gains", in testReadWriteRggbChannelVector()
664 checkKeyMarshal("android.colorCorrection.gains", in testReadWriteRggbChannelVector()
679 checkKeyMarshal("android.sensor.info.physicalSize", in testReadWriteSizeF()
684 checkKeyMarshal("android.sensor.info.physicalSize", in testReadWriteSizeF()
700 checkKeyMarshal("android.scaler.cropRegion", in testReadWriteRectangle()
707 checkKeyMarshal("android.scaler.cropRegion", new Rect[] { in testReadWriteRectangle()
721 checkKeyMarshal("android.control.aeRegions", in testReadWriteMeteringRectangle()
[all …]