Lines Matching full:timestamp
58 mVSyncEvent[i].header.timestamp = 0;
157 void EventThread::onVSyncEvent(nsecs_t timestamp) {
161 mVSyncEvent[0].header.timestamp = timestamp;
175 event.header.timestamp = systemTime();
224 nsecs_t timestamp = 0;
226 timestamp = mVSyncEvent[i].header.timestamp;
227 if (timestamp) {
230 mVSyncEvent[i].header.timestamp = 0;
236 if (!timestamp) {
256 if (timestamp) {
273 if (eventPending && !timestamp && !added) {
275 // (timestamp==0), but we have some pending
288 if (timestamp && !waitForVSync) {
292 } else if (!timestamp && waitForVSync) {
302 // note: !timestamp implies signalConnections.isEmpty(), because we
304 if (!timestamp && !eventPending) {
327 mVSyncEvent[0].header.timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
340 // here we're guaranteed to have a timestamp and some connections to signal