Lines Matching defs:dataPosition

450      * parcel.  That is, {@link #dataSize}-{@link #dataPosition}.
460 public final int dataPosition() {
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(), growing dataCapacity() if needed.
664 * current dataPosition(), growing dataCapacity() if needed.
671 * Write a string value into the parcel at the current dataPosition(),
695 * Write a CharSequence value into the parcel at the current dataPosition(),
704 * Write an object into the parcel at the current dataPosition(),
712 * Write an object into the parcel at the current dataPosition(),
720 * Write a FileDescriptor into the parcel at the current dataPosition(),
777 * Write a byte value into the parcel at the current dataPosition(),
786 * at the current dataPosition(),
800 * Flatten a Map into the parcel at the current dataPosition(),
817 * Flatten an ArrayMap into the parcel at the current dataPosition(),
836 if (DEBUG_ARRAY_MAP) startPos = dataPosition();
840 + (dataPosition()-startPos) + " bytes: key=0x"
869 * Flatten a Bundle into the parcel at the current dataPosition(),
882 * Flatten a PersistableBundle into the parcel at the current dataPosition(),
895 * Flatten a Size into the parcel at the current dataPosition(),
904 * Flatten a SizeF into the parcel at the current dataPosition(),
913 * Flatten a List into the parcel at the current dataPosition(), growing
932 * Flatten an Object array into the parcel at the current dataPosition(),
952 * dataPosition(), growing dataCapacity() if needed. The SparseArray
1330 * the current dataPosition() and growing dataCapacity() if needed. The
1365 * the current dataPosition() and growing dataCapacity() if needed. They
1390 * the current dataPosition() and growing dataCapacity() if needed. They
1439 * the current dataPosition() and growing dataCapacity() if needed. The
1892 final int sizePosition = dataPosition();
1895 final int payloadPosition = dataPosition();
1926 final int sizePosition = dataPosition();
1929 final int payloadPosition = dataPosition();
2026 * Read an integer value from the parcel at the current dataPosition().
2033 * Read a long integer value from the parcel at the current dataPosition().
2041 * dataPosition().
2049 * current dataPosition().
2056 * Read a string value from the parcel at the current dataPosition().
2079 * Read a CharSequence value from the parcel at the current dataPosition().
2087 * Read an object from the parcel at the current dataPosition().
2094 * Read a FileDescriptor from the parcel at the current dataPosition().
2156 * Read a byte value from the parcel at the current dataPosition().
2165 * from the parcel at the current dataPosition().
2174 * dataPosition(), using the given class loader to load any enclosed
2185 * object from the parcel at the current dataPosition(), using the given
2202 * dataPosition(). Returns null if the previously written Bundle object was
2211 * dataPosition(), using the given class loader to initialize the class
2231 * dataPosition(). Returns null if the previously written Bundle object was
2240 * dataPosition(), using the given class loader to initialize the class
2259 * Read a Size from the parcel at the current dataPosition().
2268 * Read a SizeF from the parcel at the current dataPosition().
2366 * dataPosition(). Returns null if the previously written list object was
2382 * dataPosition(). Returns null if the previously written array was
2398 * dataPosition(). Returns null if the previously written list object was
2414 * dataPosition(). Returns null if the previously written list object was
2429 * dataPosition(). Returns null if the previously written array object was null.
2445 * current dataPosition(). Returns null if the
2475 * current dataPosition(). The list <em>must</em> have
2510 * current dataPosition(). Returns null if the
2534 * current dataPosition(). Returns null if the
2557 * {@link #writeStringList} at the current dataPosition().
2581 * {@link #writeBinderList} at the current dataPosition().
2631 * the parcel at the current dataPosition(). Returns null if the
2824 int off = dataPosition() - 4;
3113 if (DEBUG_ARRAY_MAP) startPos = dataPosition();
3117 + (dataPosition()-startPos) + " bytes: key=0x"