Lines Matching refs:surface_id
102 check_surface_id(struct wl_client *client, uint32_t surface_id) in check_surface_id() argument
113 if ((surface_id >> windowIdBitNum) == pid) { in check_surface_id()
183 uint32_t surface_id) in send_surface_configure_event() argument
197 ivi_wm_send_surface_size(ctrl->resource, surface_id, in send_surface_configure_event()
204 uint32_t surface_id, in send_surface_event() argument
209 ivi_wm_send_surface_opacity(ctrl->resource, surface_id, prop->opacity); in send_surface_event()
212 ivi_wm_send_surface_source_rectangle(ctrl->resource, surface_id, in send_surface_event()
217 ivi_wm_send_surface_destination_rectangle(ctrl->resource, surface_id, in send_surface_event()
222 ivi_wm_send_surface_visibility(ctrl->resource, surface_id, prop->visibility); in send_surface_event()
225 send_surface_configure_event(ctrl, layout_surface, surface_id); in send_surface_event()
240 uint32_t surface_id; in send_surface_prop() local
244 surface_id = lyt->get_id_of_surface(ivisurf->layout_surface); in send_surface_prop()
248 send_surface_event(ctrl, ivisurf->layout_surface, surface_id, ivisurf->prop, mask); in send_surface_prop()
310 uint32_t surface_id, in controller_set_surface_opacity() argument
313 if (check_surface_id(client, surface_id)) { in controller_set_surface_opacity()
314 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!"); in controller_set_surface_opacity()
323 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_opacity()
325 ivi_wm_send_surface_error(resource, surface_id, in controller_set_surface_opacity()
337 uint32_t surface_id, in controller_set_surface_source_rectangle() argument
343 if (check_surface_id(client, surface_id)) { in controller_set_surface_source_rectangle()
344 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!"); in controller_set_surface_source_rectangle()
354 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_source_rectangle()
356 ivi_wm_send_surface_error(resource, surface_id, in controller_set_surface_source_rectangle()
380 uint32_t surface_id, in controller_set_surface_destination_rectangle() argument
386 if (check_surface_id(client, surface_id)) { in controller_set_surface_destination_rectangle()
387 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!"); in controller_set_surface_destination_rectangle()
397 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_destination_rectangle()
399 ivi_wm_send_surface_error(resource, surface_id, in controller_set_surface_destination_rectangle()
429 uint32_t surface_id, in controller_set_surface_visibility() argument
432 if (check_surface_id(client, surface_id)) { in controller_set_surface_visibility()
433 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!"); in controller_set_surface_visibility()
442 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_visibility()
444 ivi_wm_send_surface_error(resource, surface_id, in controller_set_surface_visibility()
494 uint32_t surface_id) argument
525 layout_surface = lyt->get_surface_from_id(surface_id);
594 uint32_t surface_id) argument
613 ivi_wm_send_surface_stats(ctrl->resource, surface_id, ivisurf->frame_count, pid);
619 uint32_t surface_id, argument
622 if (check_surface_id(client, surface_id)) {
623 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!");
634 layout_surface = lyt->get_surface_from_id(surface_id);
636 ivi_wm_send_surface_error(resource, surface_id,
669 ivi_wm_send_surface_error(resource, surface_id,
677 uint32_t surface_id, int32_t type) argument
679 if (check_surface_id(client, surface_id)) {
680 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!");
690 layout_surface = lyt->get_surface_from_id(surface_id);
692 ivi_wm_send_surface_error(resource, surface_id,
724 uint32_t surface_id, int32_t param) argument
726 if (check_surface_id(client, surface_id)) {
727 ivi_wm_send_surface_error(resource, surface_id, 0, "pid check falied!!!");
740 layout_surface = lyt->get_surface_from_id(surface_id);
742 ivi_wm_send_surface_error(resource, surface_id,
750 send_surface_event(ctrl, layout_surface, surface_id, prop, mask);
751 send_surface_stats(ctrl, layout_surface, surface_id);
989 uint32_t surface_id) argument
1005 layout_surface = lyt->get_surface_from_id(surface_id);
1007 ivi_wm_send_layer_error(resource, surface_id,
1020 uint32_t surface_id) argument
1036 layout_surface = lyt->get_surface_from_id(surface_id);
1038 ivi_wm_send_layer_error(resource, surface_id,
1580 uint32_t surface_id, layer_id; local
1611 surface_id = shell->interface->get_id_of_surface(ivisurf->layout_surface);
1612 ivi_wm_send_surface_created(controller->resource, surface_id);
1927 uint32_t surface_id; local
1930 surface_id = lyt->get_id_of_surface(layout_surface);
1931 if (shell->bkgnd_surface_id == (int32_t)surface_id) {
1977 send_surface_event(ctrl, ivisurf->layout_surface, surface_id, ivisurf->prop,