Lines Matching refs:wl_client
304 struct wl_client *wl_client = in weston_desktop_surface_add_resource() local
308 resource = wl_resource_create(wl_client, in weston_desktop_surface_add_resource()
313 wl_client_post_no_memory(wl_client); in weston_desktop_surface_add_resource()
358 struct wl_client *wl_client= in weston_desktop_surface_create_desktop_view() local
366 if (wl_client != NULL) in weston_desktop_surface_create_desktop_view()
367 wl_client_post_no_memory(wl_client); in weston_desktop_surface_create_desktop_view()
373 if (wl_client != NULL) in weston_desktop_surface_create_desktop_view()
374 wl_client_post_no_memory(wl_client); in weston_desktop_surface_create_desktop_view()
610 struct wl_client *wl_client = in weston_desktop_surface_get_pid() local
616 assert(wl_client); in weston_desktop_surface_get_pid()
617 wl_client_get_credentials(wl_client, &pid, NULL, NULL); in weston_desktop_surface_get_pid()
805 struct wl_client *wl_client = in weston_desktop_surface_popup_grab() local
807 if (weston_desktop_seat_popup_grab_start(seat, wl_client, serial)) in weston_desktop_surface_popup_grab()