Home
last modified time | relevance | path

Searched refs:actualLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableParcelable.java135 int actualLength = parcel.dataPosition(); in unmarshal() local
137 if (actualLength == 0) { in unmarshal()
143 buffer.position(buffer.position() + actualLength); in unmarshal()
146 Log.v(TAG, "unmarshal, parcel length was " + actualLength); in unmarshal()