Function binder_ndk_sys::AParcel_readDouble

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

Reads into double value from the next location in a non-null parcel.

Available since API level 29.

\param parcel the parcel to read from. \param value the value to read from the parcel.

\return STATUS_OK on successful read.