Lines Matching full:timestamp
43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
57 * 2) Timestamp is closest to the needle (and lower).
58 * 3) Timestamp is closest to the needle (and higher).
70 // Best result: timestamp is identical
86 // Order i1,i2 so that always i1.timestamp < i2.timestamp
92 // Second best: closest (lower) timestamp
99 // Worst: closest (higher) timestamp
189 nsecs_t timestamp,
197 timestamp,
263 status_t res = returnAnyBufferLocked(buffer, /*timestamp*/0,
285 nsecs_t timestamp,
290 TimestampFinder timestampFinder = TimestampFinder(timestamp);
303 if (actual != timestamp) {
306 " requested timestamp = %" PRId64 ", actual timestamp = %" PRId64,
307 __FUNCTION__, timestamp, actual);