/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableRange.java | 82 public Range<T> unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRange.MarshalerRange 83 T lower = mNestedTypeMarshaler.unmarshal(buffer); in unmarshal() 84 T upper = mNestedTypeMarshaler.unmarshal(buffer); in unmarshal()
|
H A D | MarshalQueryablePair.java | 103 public Pair<T1, T2> unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePair.MarshalerPair 104 T1 first = mNestedTypeMarshalerFirst.unmarshal(buffer); in unmarshal() 105 T2 second = mNestedTypeMarshalerSecond.unmarshal(buffer); in unmarshal()
|
H A D | MarshalQueryableArray.java | 128 public T unmarshal(ByteBuffer buffer) { 157 Object elem = mComponentMarshaler.unmarshal(buffer); 167 Object elem = mComponentMarshaler.unmarshal(buffer);
|
H A D | MarshalQueryableBoolean.java | 44 public Boolean unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBoolean.MarshalerBoolean
|
H A D | MarshalQueryableNativeByteToInteger.java | 46 public Integer unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
|
H A D | MarshalQueryableSize.java | 46 public Size unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSize.MarshalerSize
|
H A D | MarshalQueryableSizeF.java | 48 public SizeF unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSizeF.MarshalerSizeF
|
H A D | MarshalQueryableBlackLevelPattern.java | 50 public BlackLevelPattern unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBlackLevelPattern.MarshalerBlackLevelPattern
|
H A D | MarshalQueryableColorSpaceTransform.java | 55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableColorSpaceTransform.MarshalerColorSpaceTransform
|
H A D | MarshalQueryableRggbChannelVector.java | 48 public RggbChannelVector unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRggbChannelVector.MarshalerRggbChannelVector
|
H A D | MarshalQueryableStreamConfiguration.java | 53 public StreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfiguration.MarshalerStreamConfiguration
|
H A D | MarshalQueryableStreamConfigurationDuration.java | 62 public StreamConfigurationDuration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfigurationDuration.MarshalerStreamConfigurationDuration
|
H A D | MarshalQueryableHighSpeedVideoConfiguration.java | 56 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableHighSpeedVideoConfiguration.MarshalerHighSpeedVideoConfiguration
|
H A D | MarshalQueryableRecommendedStreamConfiguration.java | 55 public RecommendedStreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRecommendedStreamConfiguration.MarshalerRecommendedStreamConfiguration
|
H A D | MarshalQueryableRect.java | 49 public Rect unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRect.MarshalerRect
|
H A D | MarshalQueryableMeteringRectangle.java | 57 public MeteringRectangle unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableMeteringRectangle.MarshalerMeteringRectangle
|
H A D | MarshalQueryableString.java | 63 public String unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableString.MarshalerString
|
H A D | MarshalQueryableReprocessFormatsMap.java | 72 public ReprocessFormatsMap unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
|
H A D | MarshalQueryableParcelable.java | 102 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableParcelable.MarshalerParcelable
|
H A D | MarshalQueryableEnum.java | 76 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableEnum.MarshalerEnum
|
H A D | MarshalQueryablePrimitive.java | 64 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePrimitive.MarshalerPrimitive
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/ |
H A D | Marshaler.java | 111 public abstract T unmarshal(ByteBuffer buffer); in unmarshal() method in Marshaler
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraMetadataNative.java | 616 return marshaler.unmarshal(buffer); in getBase()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8146 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryableArray$MarshalerArray;->unmarshal(Ljava/ni… 8149 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryableBoolean$MarshalerBoolean;->unmarshal(Ljav… 8150 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryableBoolean$MarshalerBoolean;->unmarshal(Ljav… 8155 …impl/MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger;->unmarshal(Ljava/nio/ByteBu… 8156 …impl/MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger;->unmarshal(Ljava/nio/ByteBu… 8159 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryablePrimitive$MarshalerPrimitive;->unmarshal(…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 8149 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryableArray$MarshalerArray;->unmarshal(Ljava/ni… 8152 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryableBoolean$MarshalerBoolean;->unmarshal(Ljav… 8153 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryableBoolean$MarshalerBoolean;->unmarshal(Ljav… 8158 …impl/MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger;->unmarshal(Ljava/nio/ByteBu… 8159 …impl/MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger;->unmarshal(Ljava/nio/ByteBu… 8162 HSPLandroid/hardware/camera2/marshal/impl/MarshalQueryablePrimitive$MarshalerPrimitive;->unmarshal(…
|