Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:timestamp

48         mVSyncEvent[i].header.timestamp = 0;
114 void EventThread::onVSyncEvent(nsecs_t timestamp) {
118 mVSyncEvent[0].header.timestamp = timestamp;
132 event.header.timestamp = systemTime();
181 nsecs_t timestamp = 0;
183 timestamp = mVSyncEvent[i].header.timestamp;
184 if (timestamp) {
187 mVSyncEvent[i].header.timestamp = 0;
193 if (!timestamp) {
213 if (timestamp) {
230 if (eventPending && !timestamp && !added) {
232 // (timestamp==0), but we have some pending
245 if (timestamp && !waitForVSync) {
249 } else if (!timestamp && waitForVSync) {
259 // note: !timestamp implies signalConnections.isEmpty(), because we
261 if (!timestamp && !eventPending) {
284 mVSyncEvent[0].header.timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
297 // here we're guaranteed to have a timestamp and some connections to signal