Home
last modified time | relevance | path

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

/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/base/core/java/com/android/server/
DBootReceiver.java217 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
286 DropBoxManager db, HashMap<String, Long> timestamps, in addLastkToDropBox()
303 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox()
309 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox()
345 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
381 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
712 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local
767 private void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
/frameworks/av/camera/
DICameraRecordingProxyListener.cpp68 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
144 std::vector<nsecs_t> timestamps; in onTransact() local
DICameraClient.cpp97 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
193 std::vector<nsecs_t> timestamps; in onTransact() local
DCamera.cpp444 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java866 long[] timestamps; in processMessagePart() local
981 format, timestamps, block, tracker.getMessageId()); in processMessagePart() local
1005 SmsConstants.FORMAT_3GPP, timestamps, false, in processMessagePart() local
1037 format, timestamps, true, tracker.getMessageId()); in processMessagePart() local
1040 format, timestamps, false, tracker.getMessageId()); in processMessagePart() local
/frameworks/base/cmds/statsd/tests/guardrail/
DStatsdStats_test.cpp391 vector<int32_t> timestamps; in TEST() local
443 vector<int32_t> timestamps; in TEST() local
/frameworks/base/core/java/android/gesture/
DGestureStroke.java41 private final long[] timestamps; field in GestureStroke
/frameworks/native/services/surfaceflinger/tests/
DLayerTransaction_test.cpp140 FrameEventHistoryDelta timestamps; in TEST_F() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp383 static status_t writeWinscopeMetadata(const Vector<int64_t>& timestamps, in writeWinscopeMetadata()
428 Vector<int64_t> timestamps; in runEncoder() local
/frameworks/av/media/libnblog/
DMerger.cpp92 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge() local
/frameworks/base/cmds/statsd/tests/anomaly/
DAnomalyTracker_test.cpp107 const std::unordered_map<MetricDimensionKey, int64_t>& timestamps) { in checkRefractoryTimes()
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp50 TimestampInfo timestamps[MAX_TIMESTAMPS]; member
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h263 Timestamp timestamps[MAX_TIMESTAMPS]; member
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraDeviceBinderTest.java464 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2410 String format, long[] timestamps, boolean blocked, boolean success, in writeIncomingSmsSessionWithType()
2446 long[] timestamps, boolean success, long messageId) { in writeIncomingWapPush()
2462 long[] timestamps, boolean blocked, long messageId) { in writeIncomingSmsSession()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp909 std::vector<nsecs_t> timestamps; in handleCallbackTimestampBatch() local
/frameworks/av/media/libstagefright/
DCameraSource.cpp118 const std::vector<nsecs_t>& timestamps, in postRecordingFrameHandleTimestampBatch()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp645 EGLint numTimestamps, const EGLint* timestamps, in eglGetFrameTimestampsANDROID()
Degl_platform_entries.cpp2434 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROIDImpl()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1404 long[] timestamps = getBase(CaptureResult.STATISTICS_OIS_TIMESTAMPS); in getOisSamples() local
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java361 final LongArrayQueue timestamps = mPackageHistory.valueAt(i); in dump() local