Home
last modified time | relevance | path

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

/third_party/weston/ivi-shell/
Dhmi-controller.c481 switch_mode(struct hmi_controller *hmi_ctrl, in switch_mode() function
589 switch_mode(hmi_ctrl, hmi_ctrl->layout_mode); in set_notification_remove_surface()
645 switch_mode(hmi_ctrl, hmi_ctrl->layout_mode); in set_notification_configure_surface()
681 switch_mode(hmi_ctrl, hmi_ctrl->layout_mode); in set_notification_configure_desktop_surface()
1849 switch_mode(hmi_ctrl, layout_mode); in ivi_hmi_controller_switch_mode()
/third_party/weston/libweston/backend-drm/
Ddrm-virtual.c240 output->base.switch_mode = NULL; in drm_virtual_output_enable()
Ddrm.c1799 output->base.switch_mode = drm_output_switch_mode; in drm_output_enable()
/third_party/weston/libweston/backend-headless/
Dheadless.c316 output->base.switch_mode = NULL; in headless_output_set_size()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c1345 gboolean switch_mode; in gst_video_rate_switch_mode_if_needed() local
1357 switch_mode = (avg_period == 0 || videorate->average_period == 0); in gst_video_rate_switch_mode_if_needed()
1359 if (!switch_mode) in gst_video_rate_switch_mode_if_needed()
/third_party/weston/libweston/backend-hdi/
Dhdi_output.cpp419 output->base.switch_mode = NULL; in hdi_output_enable()
/third_party/weston/libweston/
Dcompositor.c222 if (!output->switch_mode) in weston_output_mode_set_native()
227 ret = output->switch_mode(output, mode); in weston_output_mode_set_native()
259 if (!output->switch_mode) in weston_output_mode_switch_to_native()
273 ret = output->switch_mode(output, output->native_mode); in weston_output_mode_switch_to_native()
297 if (!output->switch_mode) in weston_output_mode_switch_to_temporary()
307 ret = output->switch_mode(output, mode); in weston_output_mode_switch_to_temporary()
/third_party/weston/include/libweston/
Dlibweston.h318 int (*switch_mode)(struct weston_output *output, struct weston_mode *mode); member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h931 u8 switch_mode; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h984 u8 switch_mode; member
/third_party/weston/libweston/backend-rdp/
Drdp.c561 output->base.switch_mode = rdp_switch_mode; in rdp_output_set_size()
/third_party/weston/libweston/backend-x11/
Dx11.c1058 output->base.switch_mode = x11_output_switch_mode; in x11_output_enable()
/third_party/weston/libweston/backend-wayland/
Dwayland.c1274 output->base.switch_mode = wayland_output_switch_mode; in wayland_output_enable()