Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:vsync

50         ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
61 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) {
62 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
67 ctx->proc->vsync(ctx->proc, dpy, timestamp);
138 //XXX: Blank events don't work with fake vsync,
139 //but we shouldn't be running on fake vsync anyway.
168 ALOGE("%s: Too many errors, falling back to fake vsync ",
192 //Fake vsync is used only when set explicitly through a property or when
193 //the vsync timestamp node cannot be opened at bootup. There is no
194 //fallback to fake vsync from the true vsync loop, ever, as the
196 //Also, fake vsync is delivered only for the primary display.
200 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
219 ALOGI("Initializing VSYNC Thread");