Home
last modified time | relevance | path

Searched defs:timestamps (Results 1 – 21 of 21) 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/services/core/java/com/android/server/
DBootReceiver.java434 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
480 HashMap<String, Long> timestamps = readTimestamps(); in addTombstoneToDropBox() local
496 DropBoxManager db, HashMap<String, Long> timestamps, in addLastkToDropBox()
513 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox()
519 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox()
555 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
591 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
922 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local
975 private static void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryUsageStatsStoreTest.java83 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in testStoreSnapshot() local
118 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in testGarbageCollectOldSnapshots() local
/frameworks/av/camera/
DICameraClient.cpp97 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
194 std::vector<nsecs_t> timestamps; in onTransact() local
DCamera.cpp351 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
/frameworks/native/services/surfaceflinger/tests/
DLayerTransaction_test.cpp101 FrameEventHistoryDelta timestamps; in TEST_F() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryUsageStatsProvider.java244 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in getAggregatedBatteryUsageStats() local
DBatteryUsageStatsStore.java148 LongArray timestamps = new LongArray(100); in listBatteryUsageStatsTimestamps() local
/frameworks/base/core/java/android/gesture/
DGestureStroke.java41 private final long[] timestamps; field in GestureStroke
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp380 static status_t writeWinscopeMetadata(const Vector<int64_t>& timestamps, in writeWinscopeMetadata()
425 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/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java912 long[] timestamps; in processMessagePart() local
1046 SmsConstants.FORMAT_3GPP, timestamps, false, in processMessagePart() local
1082 format, timestamps, wapPushResult, tracker.getMessageId()); in processMessagePart() local
1102 format, timestamps, block, tracker.getMessageId()); in processMessagePart() local
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h731 std::optional<FrameEventHistoryDelta> timestamps; member
/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.java466 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2479 @InboundSmsHandler.SmsSource int smsSource, String format, long[] timestamps, in writeIncomingSmsSessionWithType()
2522 String format, long[] timestamps, boolean success, long messageId) { in writeIncomingWapPush()
2539 String format, long[] timestamps, boolean blocked, long messageId) { in writeIncomingSmsSession()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp644 EGLint numTimestamps, const EGLint* timestamps, in eglGetFrameTimestampsANDROID()
Degl_platform_entries.cpp2284 const EGLint* timestamps, EGLnsecsANDROID* values) { in eglGetFrameTimestampsANDROIDImpl()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1537 long[] timestamps = getBase(CaptureResult.STATISTICS_OIS_TIMESTAMPS); in getOisSamples() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java399 final LongArrayQueue timestamps = mPackageHistory.valueAt(i); in dump() local