Function binder_ndk_sys::AParcel_appendFrom

source ยท
pub unsafe extern "C" fn AParcel_appendFrom(
    from: *const AParcel,
    to: *mut AParcel,
    start: i32,
    size: i32,
) -> binder_status_t
Expand description

Copy the data of a parcel to other parcel.

Available since API level 31.

\param from The source \param to The detination \param start The position where the copied data starts. \param size The amount of data which will be copied.

\return STATUS_OK on success.