Searched refs:handle_cookie (Results 1 – 1 of 1) sorted by relevance
3884 freeze->cookie = handle_cookie->cookie; in binder_request_freeze_notification()3907 struct binder_handle_cookie *handle_cookie) in binder_clear_freeze_notification() argument3932 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() local4485 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() local4498 if (copy_from_user(&handle_cookie, ptr, sizeof(handle_cookie))) in binder_thread_write()[all …]