Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:vsync

51         ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
63 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) {
64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
150 //XXX: Blank events don't work with fake vsync,
151 //but we shouldn't be running on fake vsync anyway.
191 //Fake vsync is used only when set explicitly through a property or when
192 //the vsync timestamp node cannot be opened at bootup. There is no
193 //fallback to fake vsync from the true vsync loop, ever, as the
195 //Also, fake vsync is delivered only for the primary display.
199 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
218 ALOGI("Initializing VSYNC Thread");