Function binder_ndk_sys::AParcel_writeBool

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

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