Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_vsync.cpp136 ctx->proc->vsync(ctx->proc, dpy, timestamp[dpy]); in vsync_loop()
157 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, in vsync_loop()
Dhwc_uevents.cpp57 int vsync = 0; in handle_uevent() local
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp124 ctx->proc->vsync(ctx->proc, dpy, cur_timestamp); in vsync_loop()
Dhwc_uevents.cpp56 int vsync = 0; in handle_uevent() local
/hardware/qcom/display/msm8x26/libhwcomposer/
Dhwc_vsync.cpp124 ctx->proc->vsync(ctx->proc, dpy, cur_timestamp); in vsync_loop()
Dhwc_uevents.cpp56 int vsync = 0; in handle_uevent() local
/hardware/libhardware/include/hardware/
Dhwcomposer.h408 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); member
/hardware/ti/omap4xxx/hwc/
Dhwc.c1800 int vsync; in handle_uevents() local
1807 vsync = !strcmp(s, "change@/devices/platform/omapfb") || in handle_uevents()
1810 if (!dock && !vsync && !hdmi) in handle_uevents()
1828 if (vsync) { in handle_uevents()
1830 hwc_dev->procs->vsync(hwc_dev->procs, 0, timestamp); in handle_uevents()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c361 .vsync = hwc_vsync,
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h1039 __u32 vsync; /* Vertical Sync length in lines */ member
2272 struct v4l2_event_vsync vsync; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h1040 __u32 vsync; /* Vertical Sync length in lines */ member
2504 struct v4l2_event_vsync vsync; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h731 __u32 vsync; member
2132 struct v4l2_event_vsync vsync; member
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp1769 pdev->procs->vsync(pdev->procs, 0, timestamp); in handle_vsync_event()