Searched refs:latestTimestamp (Results 1 – 4 of 4) sorted by relevance
216 int64_t latestTimestamp = 0; member386 if (extra.latestTimestamp != 0) { in updateEventTimestamp()387 int64_t gap = event.timestamp - extra.latestTimestamp; in updateEventTimestamp()391 extra.latestTimestamp = event.timestamp; in updateEventTimestamp()
160 status_t clearInputRingBufferLocked(nsecs_t* latestTimestamp);
647 status_t ZslProcessor::clearInputRingBufferLocked(nsecs_t* latestTimestamp) { in clearInputRingBufferLocked() argument649 if (nullptr != latestTimestamp) { in clearInputRingBufferLocked()650 *latestTimestamp = mProducer->getLatestTimestamp(); in clearInputRingBufferLocked()
11805 String[] participants, long latestTimestamp) { in UnreadConversation() argument11811 mLatestTimestamp = latestTimestamp; in UnreadConversation()