Searched refs:vsync (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_vsync.cpp | 136 ctx->proc->vsync(ctx->proc, dpy, timestamp[dpy]); in vsync_loop() 157 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, in vsync_loop()
|
D | hwc_uevents.cpp | 57 int vsync = 0; in handle_uevent() local
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 124 ctx->proc->vsync(ctx->proc, dpy, cur_timestamp); in vsync_loop()
|
D | hwc_uevents.cpp | 56 int vsync = 0; in handle_uevent() local
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
D | hwc_vsync.cpp | 124 ctx->proc->vsync(ctx->proc, dpy, cur_timestamp); in vsync_loop()
|
D | hwc_uevents.cpp | 56 int vsync = 0; in handle_uevent() local
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 408 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); member
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 1800 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/ |
D | cnativewindow.c | 361 .vsync = hwc_vsync,
|
/hardware/samsung_slsi/exynos5/include/ |
D | videodev2.h | 1039 __u32 vsync; /* Vertical Sync length in lines */ member 2272 struct v4l2_event_vsync vsync; member
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | videodev2.h | 1040 __u32 vsync; /* Vertical Sync length in lines */ member 2504 struct v4l2_event_vsync vsync; member
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
D | videodev2.h | 731 __u32 vsync; member 2132 struct v4l2_event_vsync vsync; member
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 1769 pdev->procs->vsync(pdev->procs, 0, timestamp); in handle_vsync_event()
|