Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/gui/
DRingBufferConsumer.cpp46 mLatestTimestamp(0) in RingBufferConsumer()
162 return mLatestTimestamp; in getLatestTimestamp()
313 if (item.mTimestamp < mLatestTimestamp) { in onFrameAvailable()
315 mLatestTimestamp, item.mTimestamp); in onFrameAvailable()
318 mLatestTimestamp = item.mTimestamp; in onFrameAvailable()
DRingBufferConsumer.h183 nsecs_t mLatestTimestamp; variable
/frameworks/base/core/java/android/app/
DNotification.java12806 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation
12816 mLatestTimestamp = latestTimestamp; in UnreadConversation()
12868 return mLatestTimestamp; in getLatestTimestamp()
12891 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()
12950 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder
13017 mLatestTimestamp = timestamp; in setLatestTimestamp()
13030 mReadPendingIntent, participants, mLatestTimestamp); in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7703 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J
7720 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J