Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/libs/ui/
H A 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
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java434 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
484 HashMap<String, Long> timestamps = readTimestamps(); in addTombstoneToDropBox() local
500 DropBoxManager db, HashMap<String, Long> timestamps, in addLastkToDropBox()
517 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox()
523 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox()
559 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
595 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
926 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local
979 private static void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DCaptureStream.java60 public Surface bind(BufferQueue<Long> timestamps) in bind()
H A DRequestBuilder.java169 ConcurrentBufferQueue<Long> timestamps = new ConcurrentBufferQueue<>(); in addStream() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryUsageStatsStoreTest.java83 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in testStoreSnapshot() local
118 final long[] timestamps = mBatteryUsageStatsStore.listBatteryUsageStatsTimestamps(); in testGarbageCollectOldSnapshots() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DSimpleCaptureStream.java36 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException { in bind()
H A DTimestampResponseListener.java37 public TimestampResponseListener(Updatable<Long> timestamps) { in TimestampResponseListener()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarDiagnosticManagerTest.java65 long[] timestamps = mCarDiagnosticManager.getFreezeFrameTimestamps(); in testFreezeFrames() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
H A DImageStreamImpl.java54 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind()
H A DAllocatingImageStream.java77 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind()
/aosp12/hardware/google/camera/common/sensor_listener/tests/
H A Dgoog_sensor_motion_test.cc48 std::vector<int64_t> timestamps; in CheckLatestNMotionEvents() local
78 std::vector<int64_t> timestamps; in CheckQuerySensorEventsBetweenTimestamps() local
H A Dgoog_sensor_environment_test.cc46 std::vector<int64_t> timestamps; in CheckLatestNEvents() local
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DICarDiagnostic.aidl48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames()
/aosp12/frameworks/av/camera/
H A DICameraClient.cpp97 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch()
194 std::vector<nsecs_t> timestamps; in onTransact() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDiagnosticService.java113 long[] timestamps = mDiagnosticHal.getFreezeFrameTimestamps(); in setInitialFreezeFrames() local
435 long[] timestamps = mFreezeFrameDiagnosticRecords.getFreezeFrameTimestamps(); in getFreezeFrameTimestamps() local
450 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h62 OMX_TICKS timestamps; member
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 OMX_TICKS timestamps; member
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DDiagnosticHalService.java503 long[] timestamps = new long[value.value.int64Values.size()]; in getFreezeFrameTimestamps() local
543 public void clearFreezeFrames(long... timestamps) { in clearFreezeFrames()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransaction_test.cpp101 FrameEventHistoryDelta timestamps; in TEST_F() local
/aosp12/packages/modules/StatsD/statsd/tests/guardrail/
H A DStatsdStats_test.cpp391 vector<int32_t> timestamps; in TEST() local
443 vector<int32_t> timestamps; in TEST() local

12