/aosp12/frameworks/native/libs/ui/ |
H A D | FrameStats.cpp | 39 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 D | BootReceiver.java | 434 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 D | CaptureStream.java | 60 public Surface bind(BufferQueue<Long> timestamps) in bind()
|
H A D | RequestBuilder.java | 169 ConcurrentBufferQueue<Long> timestamps = new ConcurrentBufferQueue<>(); in addStream() local
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BatteryUsageStatsStoreTest.java | 83 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 D | SimpleCaptureStream.java | 36 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException { in bind()
|
H A D | TimestampResponseListener.java | 37 public TimestampResponseListener(Updatable<Long> timestamps) { in TimestampResponseListener()
|
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
H A D | CarDiagnosticManagerTest.java | 65 long[] timestamps = mCarDiagnosticManager.getFreezeFrameTimestamps(); in testFreezeFrames() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ |
H A D | ImageStreamImpl.java | 54 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind()
|
H A D | AllocatingImageStream.java | 77 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException, in bind()
|
/aosp12/hardware/google/camera/common/sensor_listener/tests/ |
H A D | goog_sensor_motion_test.cc | 48 std::vector<int64_t> timestamps; in CheckLatestNMotionEvents() local 78 std::vector<int64_t> timestamps; in CheckQuerySensorEventsBetweenTimestamps() local
|
H A D | goog_sensor_environment_test.cc | 46 std::vector<int64_t> timestamps; in CheckLatestNEvents() local
|
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/ |
H A D | ICarDiagnostic.aidl | 48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames()
|
/aosp12/frameworks/av/camera/ |
H A D | ICameraClient.cpp | 97 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 D | CarDiagnosticService.java | 113 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 D | ts_parser.h | 62 OMX_TICKS timestamps; member
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 78 OMX_TICKS timestamps; member
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 79 OMX_TICKS timestamps; member
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 79 OMX_TICKS timestamps; member
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 79 OMX_TICKS timestamps; member
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 79 OMX_TICKS timestamps; member
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 79 OMX_TICKS timestamps; member
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | DiagnosticHalService.java | 503 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 D | LayerTransaction_test.cpp | 101 FrameEventHistoryDelta timestamps; in TEST_F() local
|
/aosp12/packages/modules/StatsD/statsd/tests/guardrail/ |
H A D | StatsdStats_test.cpp | 391 vector<int32_t> timestamps; in TEST() local 443 vector<int32_t> timestamps; in TEST() local
|