Home
last modified time | relevance | path

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

12

/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.java310 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
494 HashMap<String, Long> timestamps, DropboxRateLimiter.RateLimitResult rateLimitResult) { in addTextTombstoneFromProtoToDropbox()
585 DropBoxManager db, HashMap<String, Long> timestamps, in addLastkToDropBox()
602 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox()
608 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox()
630 private static boolean recordFileTimestamp(File file, HashMap<String, Long> timestamps) { in recordFileTimestamp()
651 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
687 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
1020 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local
1073 private static void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
/frameworks/av/camera/
DICameraClient.cpp97 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
194 std::vector<nsecs_t> timestamps; in onTransact() local
DCamera.cpp345 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestTransition.kt434 val timestamps = mutableListOf<TimestampAssertion>() in transitionTest() constant
496 val timestamps: List<TimestampAssertion>, constant in com.android.compose.animation.scene.TransitionTest
/frameworks/base/core/java/android/gesture/
DGestureStroke.java41 private final long[] timestamps; field in GestureStroke
/frameworks/av/media/libnblog/
DMerger.cpp92 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge() local
/frameworks/native/services/surfaceflinger/tests/
DLayerTransaction_test.cpp101 FrameEventHistoryDelta timestamps; in TEST_F() local
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/wakeups/
DCpuWakeupStatsTest.java94 final Set<Long> timestamps = new HashSet<>(); in removesOldWakeups() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java2813 private LinkedList<BaseTimeEvent> createDurations(long... timestamps) { in createDurations()
2853 long slotSize, long maxTrackingDuration, long[] timestamps) { in createBaseAppStateTimeSlotEvents()
2862 private void assertAppStateTimeSlotEvents(int[] expectedEvents, long[] timestamps, in assertAppStateTimeSlotEvents()
3150 boolean[] isStart, long[] timestamps, double[] batteryUsage) { in createUidStateEventWithBatteryList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java943 long[] timestamps; in processMessagePart() local
1088 SmsConstants.FORMAT_3GPP, timestamps, false, in processMessagePart() local
1125 format, timestamps, wapPushResult, tracker.getMessageId()); in processMessagePart() local
1145 format, timestamps, block, tracker.getMessageId()); in processMessagePart() local
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp50 TimestampInfo timestamps[MAX_TIMESTAMPS]; member
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h788 std::optional<FrameEventHistoryDelta> timestamps; member
/frameworks/base/services/core/java/com/android/server/am/
DForegroundServiceTypeLoggerModule.java338 final long timestamps = callStart.mTimeStart; in logForegroundServiceApiEventBegin() local
DAppStartInfoTracker.java1364 Map<Integer, Long> timestamps = startInfo.getStartupTimestamps(); in isAddTimestampAllowed() local
1414 Map<Integer, Long> timestamps = startInfo.getStartupTimestamps(); in dumpLocked() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraDeviceBinderTest.java486 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local
/frameworks/av/camera/tests/fuzzer/
Dcamera_fuzzer.cpp352 std::vector<nsecs_t> timestamps; in invokeCamera() local
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h311 Timestamp timestamps[MAX_TIMESTAMPS]; member
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2488 @InboundSmsHandler.SmsSource int smsSource, String format, long[] timestamps, in writeIncomingSmsSessionWithType()
2531 String format, long[] timestamps, boolean success, long messageId) { in writeIncomingWapPush()
2548 String format, long[] timestamps, boolean blocked, long messageId) { in writeIncomingSmsSession()
/frameworks/base/services/core/java/com/android/server/powerstats/
DPowerStatsService.java763 long[] timestamps = new long[powerMonitorStates.length]; in getPowerMonitorReadingsImpl() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp428 static status_t writeWinscopeMetadataLegacy(const Vector<int64_t>& timestamps, in writeWinscopeMetadataLegacy()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/powerstats/
DPowerStatsServiceTest.java1120 public long[] timestamps; field in PowerStatsServiceTest.GetPowerMonitorsResult
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
DWallpaperManagerServiceTests.java621 final long[] timestamps = new long[2]; in testWallpaperManagerCallbackInRightOrder() local
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1831 long[] timestamps = getBase(CaptureResult.STATISTICS_OIS_TIMESTAMPS); in getOisSamples() local
1893 long[] timestamps = getBase(CaptureResult.STATISTICS_LENS_INTRINSIC_TIMESTAMPS); in getLensIntrinsicSamples() local
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp644 EGLint numTimestamps, const EGLint* timestamps, in eglGetFrameTimestampsANDROID()

12