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

/frameworks/base/core/java/android/os/
H A DParcel.java340 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
350 public final int dataPosition() { method in class:Parcel
440 * {@link #dataPosition}. This is used to validate that the marshalled
452 * Write a byte array into the parcel at the current {@link #dataPosition},
461 * Write a byte array into the parcel at the current {@link #dataPosition},
477 * Write an integer value into the parcel at the current dataPosition(),
485 * Write a long integer value into the parcel at the current dataPosition(),
494 * dataPosition(), growing dataCapacity() if needed.
502 * current dataPosition(), growing dataCapacity() if needed.
509 * Write a string value into the parcel at the current dataPosition(),
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp314 return dataSize() - dataPosition();
317 size_t Parcel::dataPosition() const function in class:android::Parcel
1058 int32_t header_start = dataPosition();

Completed in 701 milliseconds