Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/gui/
H A 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()
H A DRingBufferConsumer.h185 nsecs_t mLatestTimestamp; variable
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java11566 private final long mLatestTimestamp; field in Notification.Builder.CarExtender.UnreadConversation
11576 mLatestTimestamp = latestTimestamp; in UnreadConversation()
11628 return mLatestTimestamp; in getLatestTimestamp()
11651 b.putLong(KEY_TIMESTAMP, mLatestTimestamp); in getBundleForUnreadConversation()
11709 private long mLatestTimestamp; field in Notification.Builder.CarExtender.Builder
11776 mLatestTimestamp = timestamp; in setLatestTimestamp()
11789 mReadPendingIntent, participants, mLatestTimestamp); in build()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7703 Landroid/app/Notification$CarExtender$Builder;->mLatestTimestamp:J
7720 Landroid/app/Notification$CarExtender$UnreadConversation;->mLatestTimestamp:J