Searched refs:binder_get_cred (Results 1 – 2 of 2) sorted by relevance
469 static inline const struct cred *binder_get_cred(struct binder_proc *proc) in binder_get_cred() function
2237 if (security_binder_transfer_binder(binder_get_cred(proc), in binder_translate_binder()2238 binder_get_cred(target_proc))) { in binder_translate_binder()2284 if (security_binder_transfer_binder(binder_get_cred(proc), in binder_translate_handle()2285 binder_get_cred(target_proc))) { in binder_translate_handle()2373 ret = security_binder_transfer_file(binder_get_cred(proc), in binder_translate_fd()2374 binder_get_cred(target_proc), file); in binder_translate_fd()3122 if (security_binder_transaction(binder_get_cred(proc), in binder_transaction()3123 binder_get_cred(target_proc)) < 0) { in binder_transaction()3260 security_cred_getsecid(binder_get_cred(proc), &secid); in binder_transaction()5174 ret = security_binder_set_context_mgr(binder_get_cred(proc)); in binder_ioctl_set_ctx_mgr()