Function binder_ndk_sys::AParcel_writeStrongBinder

source ยท
pub unsafe extern "C" fn AParcel_writeStrongBinder(
    parcel: *mut AParcel,
    binder: *mut AIBinder,
) -> binder_status_t
Expand description

Writes an AIBinder to the next location in a non-null parcel. Can be null. This does not take any refcounts of ownership of the binder from the client.

Available since API level 29.

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

\return STATUS_OK on successful write.