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

/frameworks/base/core/java/android/os/
H A DParcel.java343 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
353 public final int dataPosition() { method in class:Parcel
443 * {@link #dataPosition}. This is used to validate that the marshalled
455 * Write a byte array into the parcel at the current {@link #dataPosition},
464 * Write a byte array into the parcel at the current {@link #dataPosition},
480 * Write an integer value into the parcel at the current dataPosition(),
488 * Write a long integer value into the parcel at the current dataPosition(),
497 * dataPosition(), growing dataCapacity() if needed.
505 * current dataPosition(), growing dataCapacity() if needed.
512 * Write a string value into the parcel at the current dataPosition(),
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp316 return dataSize() - dataPosition();
319 size_t Parcel::dataPosition() const function in class:android::Parcel
1125 int32_t header_start = dataPosition();

Completed in 123 milliseconds