Lines Matching defs:dataPosition

340      * parcel.  That is, {@link #dataSize}-{@link #dataPosition}.
350 public final int dataPosition() {
440 * {@link #dataPosition}. This is used to validate that the marshalled
452 * Write a byte array into the parcel at the current {@link #dataPosition},
461 * Write a byte array into the parcel at the current {@link #dataPosition},
477 * Write an integer value into the parcel at the current dataPosition(),
485 * Write a long integer value into the parcel at the current dataPosition(),
494 * dataPosition(), growing dataCapacity() if needed.
502 * current dataPosition(), growing dataCapacity() if needed.
509 * Write a string value into the parcel at the current dataPosition(),
517 * Write a CharSequence value into the parcel at the current dataPosition(),
526 * Write an object into the parcel at the current dataPosition(),
534 * Write an object into the parcel at the current dataPosition(),
542 * Write a FileDescriptor into the parcel at the current dataPosition(),
556 * Write a byte value into the parcel at the current dataPosition(),
565 * at the current dataPosition(),
579 * Flatten a Map into the parcel at the current dataPosition(),
596 * Flatten a Bundle into the parcel at the current dataPosition(),
609 * Flatten a List into the parcel at the current dataPosition(), growing
628 * Flatten an Object array into the parcel at the current dataPosition(),
648 * dataPosition(), growing dataCapacity() if needed. The SparseArray
993 * the current dataPosition() and growing dataCapacity() if needed. The
1027 * the current dataPosition() and growing dataCapacity() if needed. They
1052 * the current dataPosition() and growing dataCapacity() if needed. They
1078 * the current dataPosition() and growing dataCapacity() if needed. The
1354 final int sizePosition = dataPosition();
1357 final int payloadPosition = dataPosition();
1440 * Read an integer value from the parcel at the current dataPosition().
1447 * Read a long integer value from the parcel at the current dataPosition().
1455 * dataPosition().
1463 * current dataPosition().
1470 * Read a string value from the parcel at the current dataPosition().
1477 * Read a CharSequence value from the parcel at the current dataPosition().
1485 * Read an object from the parcel at the current dataPosition().
1492 * Read a FileDescriptor from the parcel at the current dataPosition().
1508 * Read a byte value from the parcel at the current dataPosition().
1517 * from the parcel at the current dataPosition().
1526 * dataPosition(), using the given class loader to load any enclosed
1537 * object from the parcel at the current dataPosition(), using the given
1554 * dataPosition(). Returns null if the previously written Bundle object was
1563 * dataPosition(), using the given class loader to initialize the class
1645 * dataPosition(). Returns null if the previously written list object was
1661 * dataPosition(). Returns null if the previously written array was
1677 * dataPosition(). Returns null if the previously written list object was
1693 * dataPosition(). Returns null if the previously written list object was
1709 * current dataPosition(). Returns null if the
1739 * current dataPosition(). The list <em>must</em> have
1774 * current dataPosition(). Returns null if the
1798 * current dataPosition(). Returns null if the
1821 * {@link #writeStringList} at the current dataPosition().
1845 * {@link #writeBinderList} at the current dataPosition().
1869 * the parcel at the current dataPosition(). Returns null if the
2031 int off = dataPosition() - 4;