Searched refs:handle_cookie (Results 1 – 1 of 1) sorted by relevance
3849 struct binder_handle_cookie *handle_cookie) in binder_request_freeze_notification() argument3859 ref = binder_get_ref_olocked(proc, handle_cookie->handle, false); in binder_request_freeze_notification()3862 proc->pid, thread->pid, handle_cookie->handle); in binder_request_freeze_notification()3885 freeze->cookie = handle_cookie->cookie; in binder_request_freeze_notification()3904 struct binder_handle_cookie *handle_cookie) in binder_clear_freeze_notification() argument3910 ref = binder_get_ref_olocked(proc, handle_cookie->handle, false); in binder_clear_freeze_notification()3913 proc->pid, thread->pid, handle_cookie->handle); in binder_clear_freeze_notification()3929 if (freeze->cookie != handle_cookie->cookie) { in binder_clear_freeze_notification()3932 (u64)handle_cookie->cookie); in binder_clear_freeze_notification()4479 struct binder_handle_cookie handle_cookie; in binder_thread_write() local[all …]