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

/frameworks/base/core/java/android/os/
H A DParcel.java400 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
410 public final int dataPosition() { method in class:Parcel
523 * {@link #dataPosition}. This is used to validate that the marshalled
535 * Write a byte array into the parcel at the current {@link #dataPosition},
544 * Write a byte array into the parcel at the current {@link #dataPosition},
560 * Write a blob of data into the parcel at the current {@link #dataPosition},
571 * Write a blob of data into the parcel at the current {@link #dataPosition},
589 * Write an integer value into the parcel at the current dataPosition(),
597 * Write a long integer value into the parcel at the current dataPosition(),
606 * 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 158 milliseconds