Searched refs:calculateMarshalSize (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/
H A DMarshaler.java72 * the {@link #calculateMarshalSize marshal size} of {@code value}.</p>
92 public int calculateMarshalSize(T value) { method in class:Marshaler
106 * the {@link #calculateMarshalSize marshal size} of the returned {@code T} instance.</p>
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePair.java133 public int calculateMarshalSize(Pair<T1, T2> value) { method in class:MarshalQueryablePair.MarshalerPair
139 int firstSize = mNestedTypeMarshalerFirst.calculateMarshalSize(value.first);
140 int secondSize = mNestedTypeMarshalerSecond.calculateMarshalSize(value.second);
H A DMarshalQueryableRange.java111 public int calculateMarshalSize(Range<T> value) { method in class:MarshalQueryableRange.MarshalerRange
117 int lowerSize = mNestedTypeMarshaler.calculateMarshalSize(value.getLower());
118 int upperSize = mNestedTypeMarshaler.calculateMarshalSize(value.getUpper());
H A DMarshalQueryableArray.java124 public int calculateMarshalSize(T value) { method in class:MarshalQueryableArray.MarshalerArray
162 return marshaler.calculateMarshalSize((TElem) elem);
H A DMarshalQueryableReprocessFormatsMap.java94 public int calculateMarshalSize(ReprocessFormatsMap value) { method in class:MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
H A DMarshalQueryableString.java56 public int calculateMarshalSize(String value) { method in class:MarshalQueryableString.MarshalerString
H A DMarshalQueryableParcelable.java162 public int calculateMarshalSize(T value) { method in class:MarshalQueryableParcelable.MarshalerParcelable
169 Log.v(TAG, "calculateMarshalSize, length when parceling "
H A DMarshalQueryablePrimitive.java69 public int calculateMarshalSize(T value) { method in class:MarshalQueryablePrimitive.MarshalerPrimitive
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1070 int size = marshaler.calculateMarshalSize(value);
/frameworks/base/config/
H A Dboot-image-profile.txt2503 HPLandroid/hardware/camera2/marshal/Marshaler;->calculateMarshalSize(Ljava/lang/Object;)I
2538 HPLandroid/hardware/camera2/marshal/impl/MarshalQueryableRange$MarshalerRange;->calculateMarshalSize(Landroid/util/Range;)I
2539 HPLandroid/hardware/camera2/marshal/impl/MarshalQueryableRange$MarshalerRange;->calculateMarshalSize(Ljava/lang/Object;)I
[all...]

Completed in 159 milliseconds