Function binder_ndk_sys::AIBinder_setInheritRt

source ยท
pub unsafe extern "C" fn AIBinder_setInheritRt(
    binder: *mut AIBinder,
    inheritRt: bool,
)
Expand description

Allow the binder to inherit realtime scheduling policies from its caller.

This must be called before the object is sent to another process. Not thread safe.

\param binder local server binder to set the policy for \param inheritRt whether to inherit realtime scheduling policies (default is false).