Function binder_ndk_sys::AIBinder_isRemote

source ยท
pub unsafe extern "C" fn AIBinder_isRemote(
    binder: *const AIBinder,
) -> bool
Expand description

If this is hosted in a process other than the current one.

Available since API level 29.

\param binder the binder being queried.

\return true if the AIBinder represents an object in another process.