HomeSort by relevance Sort by last modified time
    Searched refs:unmarshal (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/camera2/marshal/
Marshaler.java 103 * Unmarshal a new object instance from the byte buffer into its managed type.
111 public abstract T unmarshal(ByteBuffer buffer); method in class:Marshaler
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableArray.java 72 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableArray.MarshalerArray
96 Object elem = mComponentMarshaler.unmarshal(buffer);
105 Object elem = mComponentMarshaler.unmarshal(buffer);
MarshalQueryablePair.java 103 public Pair<T1, T2> unmarshal(ByteBuffer buffer) { method in class:MarshalQueryablePair.MarshalerPair
104 T1 first = mNestedTypeMarshalerFirst.unmarshal(buffer);
105 T2 second = mNestedTypeMarshalerSecond.unmarshal(buffer);
MarshalQueryableRange.java 85 public Range<T> unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableRange.MarshalerRange
86 T lower = mNestedTypeMarshaler.unmarshal(buffer);
87 T upper = mNestedTypeMarshaler.unmarshal(buffer);
MarshalQueryableBlackLevelPattern.java 50 public BlackLevelPattern unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableBlackLevelPattern.MarshalerBlackLevelPattern
MarshalQueryableBoolean.java 44 public Boolean unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableBoolean.MarshalerBoolean
MarshalQueryableColorSpaceTransform.java 55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableColorSpaceTransform.MarshalerColorSpaceTransform
MarshalQueryableHighSpeedVideoConfiguration.java 55 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableHighSpeedVideoConfiguration.MarshalerHighSpeedVideoConfiguration
MarshalQueryableNativeByteToInteger.java 46 public Integer unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
MarshalQueryableRect.java 49 public Rect unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableRect.MarshalerRect
MarshalQueryableRggbChannelVector.java 48 public RggbChannelVector unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableRggbChannelVector.MarshalerRggbChannelVector
MarshalQueryableSize.java 46 public Size unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableSize.MarshalerSize
MarshalQueryableSizeF.java 48 public SizeF unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableSizeF.MarshalerSizeF
MarshalQueryableStreamConfiguration.java 53 public StreamConfiguration unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableStreamConfiguration.MarshalerStreamConfiguration
MarshalQueryableStreamConfigurationDuration.java 62 public StreamConfigurationDuration unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableStreamConfigurationDuration.MarshalerStreamConfigurationDuration
MarshalQueryableMeteringRectangle.java 57 public MeteringRectangle unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableMeteringRectangle.MarshalerMeteringRectangle
MarshalQueryableReprocessFormatsMap.java 72 public ReprocessFormatsMap unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
MarshalQueryableString.java 61 public String unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableString.MarshalerString
77 "unmarshal - scanned " + stringLength + " characters; found null? "
MarshalQueryableEnum.java 76 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableEnum.MarshalerEnum
141 * Register a non-sequential set of values to be used with the marshal/unmarshal functions.
MarshalQueryableParcelable.java 105 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableParcelable.MarshalerParcelable
107 Log.v(TAG, "unmarshal, buffer remaining " + buffer.remaining());
149 Log.v(TAG, "unmarshal, parcel length was " + actualLength);
150 Log.v(TAG, "unmarshal, value is " + value);
MarshalQueryablePrimitive.java 31 * Marshal/unmarshal built-in primitive types to and from a {@link ByteBuffer}.
66 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryablePrimitive.MarshalerPrimitive
149 "Can't unmarshal native type " + mNativeType);
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 72 * Implementation of camera metadata marshal/unmarshal across Binder to
460 return marshaler.unmarshal(buffer);
    [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 499 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
541 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
587 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
711 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
816 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 198 milliseconds

1 2