Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:vsync

44         ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
91 ALOGI("%s: Reading vsync for dpy=%d from %s", __FUNCTION__, dpy,
98 ALOGE ("%s:not able to open vsync node for dpy=%d, %s",
123 ALOGE ("%s: Unable to read vsync for dpy=%d : %s",
128 if (!strncmp(vdata, "VSYNC=", strlen("VSYNC="))) {
129 timestamp[dpy] = strtoull(vdata + strlen("VSYNC="),
136 ctx->proc->vsync(ctx->proc, dpy, timestamp[dpy]);
141 ALOGE("%s: vsync poll failed errno: %s", __FUNCTION__,
149 //Fake vsync is used only when set explicitly through a property or when
150 //the vsync timestamp node cannot be opened at bootup. There is no
151 //fallback to fake vsync from the true vsync loop, ever, as the
153 //Also, fake vsync is delivered only for the primary display.
157 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY,
175 ALOGI("Initializing VSYNC Thread");