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

/frameworks/native/libs/binder/
H A DParcel.cpp343 return dataSize() - dataPosition();
346 size_t Parcel::dataPosition() const function in class:android::Parcel
1196 int32_t header_start = dataPosition();
/frameworks/base/core/java/android/os/
H A DParcel.java358 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
368 public final int dataPosition() { method in class:Parcel
458 * {@link #dataPosition}. This is used to validate that the marshalled
470 * Write a byte array into the parcel at the current {@link #dataPosition},
479 * Write a byte array into the parcel at the current {@link #dataPosition},
495 * Write a blob of data into the parcel at the current {@link #dataPosition},
506 * Write an integer value into the parcel at the current dataPosition(),
514 * Write a long integer value into the parcel at the current dataPosition(),
523 * dataPosition(), growing dataCapacity() if needed.
531 * current dataPosition(), growin
[all...]

Completed in 33 milliseconds