Home
last modified time | relevance | path

Searched defs:timestamps (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/server/
DBootReceiver.java144 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
206 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox()
212 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox()
233 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
265 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBox()
294 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local
349 private void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
/frameworks/native/libs/ui/
DFrameStats.cpp39 nsecs_t* timestamps = reinterpret_cast<nsecs_t*>(buffer); in flatten() local
64 nsecs_t const* timestamps = reinterpret_cast<nsecs_t const*>(buffer); in unflatten() local
/frameworks/native/libs/gui/
DIConsumerListener.cpp136 FrameTimestamps timestamps; in onTransact() local
DIGraphicBufferProducer.cpp725 FrameTimestamps timestamps; in onTransact() local
DSurface.cpp144 FrameTimestamps timestamps; in getFrameTimestamps() local
/frameworks/base/core/java/android/gesture/
DGestureStroke.java41 private final long[] timestamps; field in GestureStroke
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java148 List<Long> timestamps, List<CharSequence> senders, List<String> dataMimeTypes, in addMessagingStyle()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraDeviceBinderTest.java445 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1960 EGLint framesAgo, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROID()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java913 List<Long> timestamps = new ArrayList<>(); in addStyleToBuilderApi24() local