Home
last modified time | relevance | path

Searched refs:unmarshal (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DOMANode.java117 public static OMAConstructed unmarshal(InputStream in) throws IOException { in unmarshal() method in OMANode
122 unmarshal(in, (OMAConstructed) node); in unmarshal()
126 private static void unmarshal(InputStream in, OMAConstructed parent) throws IOException { in unmarshal() method in OMANode
132 unmarshal(in, (OMAConstructed) node); in unmarshal()
DMOTree.java234 public static MOTree unmarshal(InputStream in) throws IOException { in unmarshal() method in MOTree
259 OMAConstructed root = OMANode.unmarshal(in); in unmarshal()
DMOManager.java188 MOTree moTree = MOTree.unmarshal(in); in loadAllSPs()
295 moTree = MOTree.unmarshal(in); in addSP()
404 moTree = MOTree.unmarshal(in); in modifySP()
502 moTree = MOTree.unmarshal(in); in removeSP()
518 MOTree moTree = MOTree.unmarshal(in); in getMOTree()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableRange.java82 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()
DMarshalQueryablePair.java103 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()
DMarshalQueryableArray.java69 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableArray.MarshalerArray
93 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal()
102 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal()
DMarshalQueryableBoolean.java44 public Boolean unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBoolean.MarshalerBoolean
DMarshalQueryableNativeByteToInteger.java46 public Integer unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
DMarshalQueryableSize.java46 public Size unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSize.MarshalerSize
DMarshalQueryableSizeF.java48 public SizeF unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSizeF.MarshalerSizeF
DMarshalQueryableBlackLevelPattern.java50 public BlackLevelPattern unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBlackLevelPattern.MarshalerBlackLevelPattern
DMarshalQueryableStreamConfiguration.java53 public StreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfiguration.MarshalerStreamConfiguration
DMarshalQueryableStreamConfigurationDuration.java62 public StreamConfigurationDuration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfigurationDuration.MarshalerStreamConfigurationDuration
DMarshalQueryableColorSpaceTransform.java55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableColorSpaceTransform.MarshalerColorSpaceTransform
DMarshalQueryableRggbChannelVector.java48 public RggbChannelVector unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRggbChannelVector.MarshalerRggbChannelVector
DMarshalQueryableRect.java49 public Rect unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRect.MarshalerRect
DMarshalQueryableHighSpeedVideoConfiguration.java56 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableHighSpeedVideoConfiguration.MarshalerHighSpeedVideoConfiguration
DMarshalQueryableString.java63 public String unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableString.MarshalerString
DMarshalQueryableMeteringRectangle.java57 public MeteringRectangle unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableMeteringRectangle.MarshalerMeteringRectangle
DMarshalQueryableReprocessFormatsMap.java72 public ReprocessFormatsMap unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
DMarshalQueryableParcelable.java102 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableParcelable.MarshalerParcelable
DMarshalQueryableEnum.java76 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableEnum.MarshalerEnum
DMarshalQueryablePrimitive.java64 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePrimitive.MarshalerPrimitive
/frameworks/base/core/java/android/hardware/camera2/marshal/
DMarshaler.java111 public abstract T unmarshal(ByteBuffer buffer); in unmarshal() method in Marshaler
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessExpressions.java207 = (ResourceBundle.LayoutFileBundle) mUnmarshaller.unmarshal(is); in appendTo()

12