/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableBoolean.java | 44 public Boolean unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBoolean.MarshalerBoolean
|
D | MarshalQueryableNativeByteToInteger.java | 46 public Integer unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
|
D | MarshalQueryableBlackLevelPattern.java | 50 public BlackLevelPattern unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBlackLevelPattern.MarshalerBlackLevelPattern
|
D | MarshalQueryableSize.java | 46 public Size unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSize.MarshalerSize
|
D | MarshalQueryableSizeF.java | 48 public SizeF unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSizeF.MarshalerSizeF
|
D | MarshalQueryableColorSpaceTransform.java | 55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableColorSpaceTransform.MarshalerColorSpaceTransform
|
D | MarshalQueryableStreamConfiguration.java | 53 public StreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfiguration.MarshalerStreamConfiguration
|
D | MarshalQueryableRecommendedStreamConfiguration.java | 55 public RecommendedStreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRecommendedStreamConfiguration.MarshalerRecommendedStreamConfiguration
|
D | MarshalQueryableRggbChannelVector.java | 48 public RggbChannelVector unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRggbChannelVector.MarshalerRggbChannelVector
|
D | MarshalQueryableStreamConfigurationDuration.java | 62 public StreamConfigurationDuration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfigurationDuration.MarshalerStreamConfigurationDuration
|
D | MarshalQueryableHighSpeedVideoConfiguration.java | 56 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableHighSpeedVideoConfiguration.MarshalerHighSpeedVideoConfiguration
|
D | MarshalQueryableRect.java | 49 public Rect unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRect.MarshalerRect
|
D | MarshalQueryableString.java | 63 public String unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableString.MarshalerString
|
D | MarshalQueryableReprocessFormatsMap.java | 72 public ReprocessFormatsMap unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
|
D | MarshalQueryableMeteringRectangle.java | 57 public MeteringRectangle unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableMeteringRectangle.MarshalerMeteringRectangle
|
D | MarshalQueryableParcelable.java | 102 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableParcelable.MarshalerParcelable
|
D | MarshalQueryableRange.java | 82 public Range<T> unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRange.MarshalerRange
|
D | MarshalQueryablePair.java | 103 public Pair<T1, T2> unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePair.MarshalerPair
|
D | MarshalQueryableEnum.java | 76 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableEnum.MarshalerEnum
|
D | MarshalQueryablePrimitive.java | 64 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePrimitive.MarshalerPrimitive
|
D | MarshalQueryableArray.java | 69 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableArray.MarshalerArray
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
D | Marshaler.java | 111 public abstract T unmarshal(ByteBuffer buffer); in unmarshal() method in Marshaler
|