Function binder_ndk_sys::AParcel_writeUint32

source ยท
pub unsafe extern "C" fn AParcel_writeUint32(
    parcel: *mut AParcel,
    value: u32,
) -> binder_status_t
Expand description

Writes uint32_t value to the next location in a non-null parcel.

Available since API level 29.

\param parcel the parcel to write to. \param value the value to write to the parcel.

\return STATUS_OK on successful write.