binder_transfer_binder

Function binder_transfer_binder 

Source
pub fn binder_transfer_binder(
    current_task: &CurrentTask,
    target_task: &Task,
) -> Result<(), Errno>
Expand description

Checks whether the given current_task can transfer Binder objects to target_task. Corresponds to the binder_transfer_binder hook.