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

/frameworks/base/core/java/android/os/
H A DParcel.java450 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
460 public final int dataPosition() { method in class:Parcel
573 * {@link #dataPosition}. This is used to validate that the marshalled
585 * Write a byte array into the parcel at the current {@link #dataPosition},
594 * Write a byte array into the parcel at the current {@link #dataPosition},
610 * Write a blob of data into the parcel at the current {@link #dataPosition},
621 * Write a blob of data into the parcel at the current {@link #dataPosition},
639 * Write an integer value into the parcel at the current dataPosition(),
647 * Write a long integer value into the parcel at the current dataPosition(),
656 * dataPosition(), growin
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp392 size_t result = dataSize() - dataPosition();
399 size_t Parcel::dataPosition() const function in class:android::Parcel
1444 const size_t start = dataPosition();
1585 const int32_t start = parcel->dataPosition();
1657 const int32_t start = dataPosition();
1918 const int32_t start = dataPosition();
1995 const int32_t start = dataPosition();

Completed in 55 milliseconds