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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp319 status_t Camera3ZslStream::clearInputRingBuffer(nsecs_t* latestTimestamp) { argument
322 return clearInputRingBufferLocked(latestTimestamp);
325 status_t Camera3ZslStream::clearInputRingBufferLocked(nsecs_t* latestTimestamp) { argument
327 if (latestTimestamp) {
328 *latestTimestamp = mProducer->getLatestTimestamp();
/frameworks/support/compat/gingerbread/android/support/v4/app/
H A DNotificationCompatBase.java62 String[] participants, long latestTimestamp);
59 build(String[] messages, RemoteInputCompatBase.RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/base/core/java/android/app/
H A DNotification.java6670 String[] participants, long latestTimestamp) {
6676 mLatestTimestamp = latestTimestamp;
6668 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3883 String[] participants, long latestTimestamp) {
3889 mLatestTimestamp = latestTimestamp;
3956 String[] participants, long latestTimestamp) {
3960 participants, latestTimestamp);
3881 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument

Completed in 5411 milliseconds