Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder.c3884 freeze->cookie = handle_cookie->cookie; in binder_request_freeze_notification()
3907 struct binder_handle_cookie *handle_cookie) in binder_clear_freeze_notification() argument
3932 if (freeze->cookie != handle_cookie->cookie) { in binder_clear_freeze_notification()
3935 (u64)handle_cookie->cookie); in binder_clear_freeze_notification()
4482 struct binder_handle_cookie handle_cookie; in binder_thread_write() local
4485 if (copy_from_user(&handle_cookie, ptr, sizeof(handle_cookie))) in binder_thread_write()
4487 ptr += sizeof(handle_cookie); in binder_thread_write()
4489 &handle_cookie); in binder_thread_write()
4495 struct binder_handle_cookie handle_cookie; in binder_thread_write() local
4498 if (copy_from_user(&handle_cookie, ptr, sizeof(handle_cookie))) in binder_thread_write()
[all …]