Searched refs:target_fd (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c1634 int target_fd; local
1663 target_fd = task_get_unused_fd_flags(target_proc, O_CLOEXEC);
1664 if (target_fd < 0) {
1669 task_fd_install(target_proc, target_fd, file);
1670 trace_binder_transaction_fd(t, fp->handle, target_fd);
1672 " fd %d -> %d\n", fp->handle, target_fd);
1674 fp->handle = target_fd;

Completed in 36 milliseconds