Lines Matching refs:timestamp
66 uint64_t timestamp[2];
127 // extract timestamp
129 timestamp[dpy] = strtoull(vdata + strlen("VSYNC="),
132 // send timestamp to SurfaceFlinger
134 "%s: timestamp %llu sent to SF for dpy=%d",
135 __FUNCTION__, timestamp[dpy], dpy);
136 ctx->proc->vsync(ctx->proc, dpy, timestamp[dpy]);
150 //the vsync timestamp node cannot be opened at bootup. There is no
156 timestamp[HWC_DISPLAY_PRIMARY] = systemTime();
158 timestamp[HWC_DISPLAY_PRIMARY]);