Function binder_ndk_sys::AStatus_fromExceptionCode

source ยท
pub unsafe extern "C" fn AStatus_fromExceptionCode(
    exception: binder_exception_t,
) -> *mut AStatus
Expand description

New status with exception code.

Available since API level 29.

\param exception the code that this status should represent. If this is EX_NONE, then this constructs an non-error status object.

\return a newly constructed status object that the caller owns.