Lines Matching defs:dataPosition

463      * parcel.  That is, {@link #dataSize}-{@link #dataPosition}.
473 public final int dataPosition() {
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(), growing dataCapacity() if needed.
693 * current dataPosition(), growing dataCapacity() if needed.
700 * Write a string value into the parcel at the current dataPosition(),
724 * Write a CharSequence value into the parcel at the current dataPosition(),
733 * Write an object into the parcel at the current dataPosition(),
741 * Write an object into the parcel at the current dataPosition(),
749 * Write a FileDescriptor into the parcel at the current dataPosition(),
806 * Write a byte value into the parcel at the current dataPosition(),
815 * at the current dataPosition(),
829 * Flatten a Map into the parcel at the current dataPosition(),
846 * Flatten an ArrayMap into the parcel at the current dataPosition(),
865 if (DEBUG_ARRAY_MAP) startPos = dataPosition();
869 + (dataPosition()-startPos) + " bytes: key=0x"
898 * Flatten a Bundle into the parcel at the current dataPosition(),
911 * Flatten a PersistableBundle into the parcel at the current dataPosition(),
924 * Flatten a Size into the parcel at the current dataPosition(),
933 * Flatten a SizeF into the parcel at the current dataPosition(),
942 * Flatten a List into the parcel at the current dataPosition(), growing
961 * Flatten an Object array into the parcel at the current dataPosition(),
981 * dataPosition(), growing dataCapacity() if needed. The SparseArray
1359 * the current dataPosition() and growing dataCapacity() if needed. The
1394 * the current dataPosition() and growing dataCapacity() if needed. They
1419 * the current dataPosition() and growing dataCapacity() if needed. They
1468 * the current dataPosition() and growing dataCapacity() if needed. The
1778 final int sizePosition = dataPosition();
1787 final int payloadPosition = dataPosition();
1801 final int sizePosition = dataPosition();
1804 final int payloadPosition = dataPosition();
1835 final int sizePosition = dataPosition();
1838 final int payloadPosition = dataPosition();
1963 * Read an integer value from the parcel at the current dataPosition().
1970 * Read a long integer value from the parcel at the current dataPosition().
1978 * dataPosition().
1986 * current dataPosition().
1993 * Read a string value from the parcel at the current dataPosition().
2016 * Read a CharSequence value from the parcel at the current dataPosition().
2024 * Read an object from the parcel at the current dataPosition().
2031 * Read a FileDescriptor from the parcel at the current dataPosition().
2091 * Read a byte value from the parcel at the current dataPosition().
2100 * from the parcel at the current dataPosition().
2109 * dataPosition(), using the given class loader to load any enclosed
2120 * object from the parcel at the current dataPosition(), using the given
2137 * dataPosition(). Returns null if the previously written Bundle object was
2146 * dataPosition(), using the given class loader to initialize the class
2166 * dataPosition(). Returns null if the previously written Bundle object was
2175 * dataPosition(), using the given class loader to initialize the class
2194 * Read a Size from the parcel at the current dataPosition().
2203 * Read a SizeF from the parcel at the current dataPosition().
2301 * dataPosition(). Returns null if the previously written list object was
2317 * dataPosition(). Returns null if the previously written array was
2333 * dataPosition(). Returns null if the previously written list object was
2349 * dataPosition(). Returns null if the previously written list object was
2364 * dataPosition(). Returns null if the previously written array object was null.
2380 * current dataPosition(). Returns null if the
2406 * current dataPosition(). The list <em>must</em> have
2433 * current dataPosition(). Returns null if the
2457 * current dataPosition(). Returns null if the
2480 * {@link #writeStringList} at the current dataPosition().
2501 * {@link #writeBinderList} at the current dataPosition().
2551 * the parcel at the current dataPosition(). Returns null if the
2738 int off = dataPosition() - 4;
3027 if (DEBUG_ARRAY_MAP) startPos = dataPosition();
3031 + (dataPosition()-startPos) + " bytes: key=0x"