binder_ndk_sys

Function AParcel_getAllowFds

Source
pub unsafe extern "C" fn AParcel_getAllowFds(
    arg1: *const AParcel,
) -> bool
Expand description

Gets whether or not FDs are allowed by this AParcel

\return true if FDs are allowed, false if they are not. That is if this returns false then AParcel_writeParcelFileDescriptor will return STATUS_FDS_NOT_ALLOWED.