Searched defs:latestTimestamp (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp697 status_t ZslProcessor::clearInputRingBufferLocked(nsecs_t* latestTimestamp) { argument
699 if (nullptr != latestTimestamp) {
700 *latestTimestamp = mProducer->getLatestTimestamp();
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4354 String[] participants, long latestTimestamp) {
4360 mLatestTimestamp = latestTimestamp;
4352 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/base/core/java/android/app/
H A DNotification.java8048 String[] participants, long latestTimestamp) {
8054 mLatestTimestamp = latestTimestamp;
8046 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument

Completed in 67 milliseconds