Function binder_ndk_sys::AParcel_readStrongBinder

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

Reads an AIBinder from the next location in a non-null parcel. One strong ref-count of ownership is passed to the caller of this function.

Available since API level 29.

\param parcel the parcel to read from. \param binder the out parameter for what is read from the parcel. This may be null.

\return STATUS_OK on successful write.