Function binder_ndk_sys::AParcel_writeChar

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

Writes char16_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.