Home
last modified time | relevance | path

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

/third_party/weston/tests/
Divi-layout-test-plugin.c278 ivisurf[0] = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
281 ivisurf[1] = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(1)); in RUNNER_TEST()
297 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
308 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
327 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
349 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
378 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
407 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
443 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
479 ivisurf = lyt->get_surface_from_id(IVI_TEST_SURFACE_ID(0)); in RUNNER_TEST()
[all …]
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c323 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_opacity()
354 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_source_rectangle()
397 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_destination_rectangle()
442 layout_surface = lyt->get_surface_from_id(surface_id); in controller_set_surface_visibility()
525 layout_surface = lyt->get_surface_from_id(surface_id);
634 layout_surface = lyt->get_surface_from_id(surface_id);
690 layout_surface = lyt->get_surface_from_id(surface_id);
740 layout_surface = lyt->get_surface_from_id(surface_id);
1005 layout_surface = lyt->get_surface_from_id(surface_id);
1036 layout_surface = lyt->get_surface_from_id(surface_id);
/third_party/weston/ivi-shell/
Dhmi-controller.c932 ivisurf = hmi_ctrl->interface->get_surface_from_id(*add_surface_id); in ivi_hmi_controller_set_background()
976 ivisurf = hmi_ctrl->interface->get_surface_from_id(*add_surface_id); in ivi_hmi_controller_set_panel()
1025 ivisurf = hmi_ctrl->interface->get_surface_from_id(id_surface); in ivi_hmi_controller_set_button()
1071 ivisurf = hmi_ctrl->interface->get_surface_from_id(id_surface); in ivi_hmi_controller_set_home_button()
1107 ivisurf = hmi_ctrl->interface->get_surface_from_id(id_surface); in ivi_hmi_controller_set_workspacebackground()
1239 hmi_ctrl->interface->get_surface_from_id(data->surface_id); in ivi_hmi_controller_add_launchers()
1278 hmi_ctrl->interface->get_surface_from_id(data->surface_id); in ivi_hmi_controller_add_launchers()
Divi-layout-export.h228 (*get_surface_from_id)(uint32_t id_surface); member
Divi-layout.c2359 .get_surface_from_id = ivi_layout_get_surface_from_id,
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/src/
Divi-id-agent.c148 ida->interface->get_surface_from_id( in get_id()
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c224 lyt_surf = interface->get_surface_from_id(ivi_surf_id); in input_ctrl_get_surf_ctx_from_id()