Home
last modified time | relevance | path

Searched refs:binder_transfer_binder (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/
H A Dsecurity.rs35 pub fn binder_transfer_binder(from: &Credential, to: &Credential) -> Result { in binder_transfer_binder() function
/linux/drivers/android/binder/
H A Dthread.rs670 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 Dlsm_hook_defs.h32 LSM_HOOK(int, 0, binder_transfer_binder, const struct cred *from,
/linux/security/
H A Dsecurity.c520 return call_int_hook(binder_transfer_binder, from, to); in security_binder_transfer_binder()
/linux/security/selinux/
H A Dhooks.c7427 LSM_HOOK_INIT(binder_transfer_binder, selinux_binder_transfer_binder),