Searched refs:handle_cookie (Results 1 – 1 of 1) sorted by relevance
3939 struct binder_handle_cookie *handle_cookie) in binder_request_freeze_notification() argument3948 ref = binder_get_ref_olocked(proc, handle_cookie->handle, false); in binder_request_freeze_notification()3951 proc->pid, thread->pid, handle_cookie->handle); in binder_request_freeze_notification()3969 freeze->cookie = handle_cookie->cookie; in binder_request_freeze_notification()3992 struct binder_handle_cookie *handle_cookie) in binder_clear_freeze_notification() argument3998 ref = binder_get_ref_olocked(proc, handle_cookie->handle, false); in binder_clear_freeze_notification()4001 proc->pid, thread->pid, handle_cookie->handle); in binder_clear_freeze_notification()4017 if (freeze->cookie != handle_cookie->cookie) { in binder_clear_freeze_notification()4020 (u64)handle_cookie->cookie); in binder_clear_freeze_notification()4569 struct binder_handle_cookie handle_cookie; in binder_thread_write() local[all …]