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

/frameworks/base/core/java/android/os/
H A DParcel.java463 * parcel. That is, {@link #dataSize}-{@link #dataPosition}.
473 public final int dataPosition() { method in class:Parcel
602 * {@link #dataPosition}. This is used to validate that the marshalled
614 * Write a byte array into the parcel at the current {@link #dataPosition},
623 * Write a byte array into the parcel at the current {@link #dataPosition},
639 * Write a blob of data into the parcel at the current {@link #dataPosition},
650 * Write a blob of data into the parcel at the current {@link #dataPosition},
668 * Write an integer value into the parcel at the current dataPosition(),
676 * Write a long integer value into the parcel at the current dataPosition(),
685 * 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
1445 const size_t start = dataPosition();
1667 const int32_t start = parcel->dataPosition();
1739 const int32_t start = dataPosition();
2000 const int32_t start = dataPosition();
2077 const int32_t start = dataPosition();

Completed in 35 milliseconds