binder_transaction

Function binder_transaction 

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

Checks whether the given current_task can perform a transaction to target_task. Corresponds to the binder_transaction hook.