Function binder_ndk_sys::AParcel_readStatusHeader

source ยท
pub unsafe extern "C" fn AParcel_readStatusHeader(
    parcel: *const AParcel,
    status: *mut *mut AStatus,
) -> binder_status_t
Expand description

Reads an AStatus from the next location in a non-null parcel. Ownership is passed to the caller of this function.

Available since API level 29.

\param parcel the parcel to read from. \param status the out parameter for what is read from the parcel.

\return STATUS_OK on successful write.