Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/android/
Dbinder.c3849 struct binder_handle_cookie *handle_cookie) in binder_request_freeze_notification() argument
3859 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() argument
3910 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 …]