Home
last modified time | relevance | path

Searched refs:mLatestTimestamp (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/gui/
DRingBufferConsumer.cpp45 mLatestTimestamp(0) in RingBufferConsumer()
161 return mLatestTimestamp; in getLatestTimestamp()
312 if (item.mTimestamp < mLatestTimestamp) { in onFrameAvailable()
314 mLatestTimestamp, item.mTimestamp); in onFrameAvailable()
317 mLatestTimestamp = item.mTimestamp; in onFrameAvailable()
DRingBufferConsumer.h185 nsecs_t mLatestTimestamp; variable
/frameworks/base/core/java/android/app/
DNotification.java10419 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation
10429 mLatestTimestamp = latestTimestamp; in UnreadConversation()
10481 return mLatestTimestamp; in getLatestTimestamp()
10504 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()
10562 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder
10629 mLatestTimestamp = timestamp; in setLatestTimestamp()
10642 mReadPendingIntent, participants, mLatestTimestamp); in build()