Function binder_ndk_sys::AParcel_getDataSize

source ยท
pub unsafe extern "C" fn AParcel_getDataSize(
    parcel: *const AParcel,
) -> i32
Expand description

Gets the size of the parcel.

Available since API level 31.

\param parcel The parcel of which to get the size.

\return The size of the parcel.