Searched refs:binder_transfer_binder (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/kernel/ |
| H A D | security.rs | 35 pub fn binder_transfer_binder(from: &Credential, to: &Credential) -> Result { in binder_transfer_binder() function
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 670 security::binder_transfer_binder(&self.process.cred, &view.alloc.process.cred)?; in translate_object() 678 security::binder_transfer_binder(&self.process.cred, &view.alloc.process.cred)?; in translate_object()
|
| /linux/include/linux/ |
| H A D | lsm_hook_defs.h | 32 LSM_HOOK(int, 0, binder_transfer_binder, const struct cred *from,
|
| /linux/security/ |
| H A D | security.c | 520 return call_int_hook(binder_transfer_binder, from, to); in security_binder_transfer_binder()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7427 LSM_HOOK_INIT(binder_transfer_binder, selinux_binder_transfer_binder),
|