Lines Matching full:caller
145 /// immediately, or false if it should return to caller before processing additional work
340 // SAFETY: The caller will always provide a valid c string here. in rust_binder_new_context()
353 // SAFETY: The caller ensures that the `device` pointer came from a previous call to in rust_binder_remove_context()
377 // SAFETY: The caller provides a valid file pointer to a new `struct file`. in rust_binder_open()
404 // SAFETY: The caller ensures that the file is valid. in rust_binder_release()
419 // SAFETY: The caller ensures that the file is valid. in rust_binder_ioctl()
434 // SAFETY: The caller ensures that the vma is valid. in rust_binder_mmap()
436 // SAFETY: The caller ensures that the file is valid. in rust_binder_mmap()
451 // SAFETY: The caller ensures that the file is valid. in rust_binder_poll()
453 // SAFETY: The caller ensures that the `PollTable` is valid. in rust_binder_poll()
481 // SAFETY: The caller ensures that the pointer is valid and exclusive for the duration in which in rust_binder_stats_show()
497 // SAFETY: The caller ensures that the pointer is valid and exclusive for the duration in which in rust_binder_state_show()
515 // SAFETY: The caller ensures that the pointer is valid and exclusive for the duration in which in rust_binder_proc_show()
531 // SAFETY: The caller ensures that the pointer is valid and exclusive for the duration in which in rust_binder_transactions_show()
603 // SAFETY: The caller passes an `inode` for a newly created binder file. in new()