Lines Matching defs:handle_cookie
3922 struct binder_handle_cookie *handle_cookie)
3931 ref = binder_get_ref_olocked(proc, handle_cookie->handle, false);
3934 proc->pid, thread->pid, handle_cookie->handle);
3952 freeze->cookie = handle_cookie->cookie;
3975 struct binder_handle_cookie *handle_cookie)
3981 ref = binder_get_ref_olocked(proc, handle_cookie->handle, false);
3984 proc->pid, thread->pid, handle_cookie->handle);
4000 if (freeze->cookie != handle_cookie->cookie) {
4003 (u64)handle_cookie->cookie);
4552 struct binder_handle_cookie handle_cookie;
4555 if (copy_from_user(&handle_cookie, ptr, sizeof(handle_cookie)))
4557 ptr += sizeof(handle_cookie);
4559 &handle_cookie);
4565 struct binder_handle_cookie handle_cookie;
4568 if (copy_from_user(&handle_cookie, ptr, sizeof(handle_cookie)))
4570 ptr += sizeof(handle_cookie);
4571 error = binder_clear_freeze_notification(proc, thread, &handle_cookie);