Home
last modified time | relevance | path

Searched refs:mLatestTimestamp (Results 1 – 4 of 4) 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.java9961 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation
9971 mLatestTimestamp = latestTimestamp; in UnreadConversation()
10023 return mLatestTimestamp; in getLatestTimestamp()
10046 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()
10104 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder
10171 mLatestTimestamp = timestamp; in setLatestTimestamp()
10184 mReadPendingIntent, participants, mLatestTimestamp); in build()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7706 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J
7723 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J