Searched defs:dataPosition (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/binder/
H A DParcel.cpp302 return dataSize() - dataPosition();
305 size_t Parcel::dataPosition() const function in class:android::Parcel
/frameworks/base/core/java/android/os/
H A DParcel.java279 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
287 public final native int dataPosition(); method in class:Parcel
349 * {@link #dataPosition}. This is used to validate that the marshalled
356 * Write a byte array into the parcel at the current {#link #dataPosition},
365 * Write an byte array into the parcel at the current {#link #dataPosition},
385 * Write an integer value into the parcel at the current dataPosition(),
391 * Write a long integer value into the parcel at the current dataPosition(),
398 * dataPosition(), growing dataCapacity() if needed.
404 * current dataPosition(), growing dataCapacity() if needed.
409 * Write a string value into the parcel at the current dataPosition(),
[all...]

Completed in 6 milliseconds