Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/native/libs/ui/
DFrameStats.cpp39 nsecs_t* timestamps = reinterpret_cast<nsecs_t*>(buffer); in flatten() local
43 memcpy(timestamps, &refreshPeriodNano, timestampSize); in flatten()
44 timestamps += 1; in flatten()
46 memcpy(timestamps, desiredPresentTimesNano.array(), frameCount * timestampSize); in flatten()
47 timestamps += frameCount; in flatten()
49 memcpy(timestamps, actualPresentTimesNano.array(), frameCount * timestampSize); in flatten()
50 timestamps += frameCount; in flatten()
52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize); in flatten()
64 nsecs_t const* timestamps = reinterpret_cast<nsecs_t const*>(buffer); in unflatten() local
67 memcpy(&refreshPeriodNano, timestamps, timestampSize); in unflatten()
[all …]
/frameworks/base/core/java/com/android/server/
DBootReceiver.java207 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local
221 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter, in logBootEvents()
223 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter, in logBootEvents()
225 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter, in logBootEvents()
227 addFileToDropBox(db, timestamps, headers, "/cache/recovery/log", -LOG_SIZE, in logBootEvents()
229 addFileToDropBox(db, timestamps, headers, "/cache/recovery/last_kmsg", in logBootEvents()
231 addAuditErrorsToDropBox(db, timestamps, headers, -LOG_SIZE, "SYSTEM_AUDIT"); in logBootEvents()
239 addFsckErrorsToDropBoxAndLogFsStat(db, timestamps, headers, -LOG_SIZE, "SYSTEM_FSCK"); in logBootEvents()
246 addFileToDropBox(db, timestamps, headers, tombstoneFiles[i].getPath(), in logBootEvents()
251 writeTimestamps(timestamps); in logBootEvents()
[all …]
/frameworks/av/camera/
DICameraRecordingProxyListener.cpp68 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch() argument
74 uint32_t n = timestamps.size(); in recordingFrameHandleCallbackTimestampBatch()
77 __FUNCTION__, timestamps.size(), handles.size()); in recordingFrameHandleCallbackTimestampBatch()
81 for (auto ts : timestamps) { in recordingFrameHandleCallbackTimestampBatch()
144 std::vector<nsecs_t> timestamps; in onTransact() local
146 timestamps.reserve(n); in onTransact()
156 timestamps.push_back(t); in onTransact()
169 recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in onTransact()
DICameraClient.cpp97 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch() argument
102 uint32_t n = timestamps.size(); in recordingFrameHandleCallbackTimestampBatch()
105 __FUNCTION__, timestamps.size(), handles.size()); in recordingFrameHandleCallbackTimestampBatch()
109 for (auto ts : timestamps) { in recordingFrameHandleCallbackTimestampBatch()
190 std::vector<nsecs_t> timestamps; in onTransact() local
192 timestamps.reserve(n); in onTransact()
202 timestamps.push_back(t); in onTransact()
215 recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in onTransact()
DCamera.cpp430 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch() argument
442 proxylistener->recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in recordingFrameHandleCallbackTimestampBatch()
453 listener->postRecordingFrameHandleTimestampBatch(timestamps, handles); in recordingFrameHandleCallbackTimestampBatch()
/frameworks/base/core/java/android/gesture/
DGestureStroke.java41 private final long[] timestamps; field in GestureStroke
78 timestamps = times; in GestureStroke()
91 timestamps = times.clone(); in GestureStroke()
96 return new GestureStroke(boundingBox, length, points, timestamps); in clone()
202 final long[] times = timestamps; in serialize()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt45 This extension allows querying various timestamps related to the composition
77 const EGLint *timestamps, EGLnsecsANDROID *values);
120 be used to correlate a particular eglSwapBuffers with its timestamps in
130 allows querying anticipated timestamps and durations related to the
151 const EGLint *timestamps, EGLnsecsANDROID *values);
153 allows querying various timestamps related to the composition and display
173 The eglGetFrameTimestampsANDROID function takes an array of timestamps to
174 query and returns timestamps in the corresponding indices of the values
175 array. The possible timestamps that can be queried are:
DEGL_ANDROID_presentation_time.txt106 video frame timestamps for video encoding, display latency metrics, and
/frameworks/av/media/libnbaio/
DPerformanceAnalysis.cpp225 void PerformanceAnalysis::storeOutlierData(const std::vector<int64_t> &timestamps) { in storeOutlierData() argument
226 if (timestamps.size() < 1) { in storeOutlierData()
231 mPrevNs = timestamps[0]; in storeOutlierData()
233 for (const auto &ts: timestamps) { in storeOutlierData()
DNBLog.cpp1133 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge() local
1138 timestamps.emplace(ts, i); in merge()
1142 while (!timestamps.empty()) { in merge()
1144 int index = timestamps.top().index; in merge()
1149 timestamps.pop(); in merge()
1152 timestamps.emplace(ts, index); in merge()
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp50 TimestampInfo timestamps[MAX_TIMESTAMPS]; member
86 TimestampInfo *timestamp = &timestampData->timestamps[timestampData->timestampCount]; in timestampDataCallbackProc()
242 TimestampInfo *timestamp = &sTimestampData.timestamps[i]; in testTimeStamps()
/frameworks/av/camera/include/camera/
DICameraRecordingProxyListener.h44 const std::vector<nsecs_t>& timestamps,
DCamera.h48 const std::vector<nsecs_t>& timestamps,
177 const std::vector<nsecs_t>& timestamps,
/frameworks/av/camera/include/camera/android/hardware/
DICameraClient.h49 const std::vector<nsecs_t>& timestamps,
/frameworks/av/media/libnbaio/include/media/nbaio/
DPerformanceAnalysis.h70 void storeOutlierData(const std::vector<timestamp_raw> &timestamps);
/frameworks/av/include/media/nbaio/
DPerformanceAnalysis.h70 void storeOutlierData(const std::vector<timestamp_raw> &timestamps);
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h237 Timestamp timestamps[MAX_TIMESTAMPS]; member
286 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount]; in SimplePlayerDataCallbackProc()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraDeviceBinderTest.java455 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local
467 timestamps.capture()); in testCaptureStartedCallbacks()
470 for (Long nextTimestamp : timestamps.getAllValues()) { in testCaptureStartedCallbacks()
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine_callback.cpp124 Timestamp *timestamp = &myData.timestamps[i]; in testOpenPlayClose()
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto37 // The start & end timestamps in UTC as
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp914 std::vector<nsecs_t> timestamps; in handleCallbackTimestampBatch() local
916 timestamps.reserve(n); in handleCallbackTimestampBatch()
939 timestamps.push_back(msg.timestamp); in handleCallbackTimestampBatch()
942 c->recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in handleCallbackTimestampBatch()
/frameworks/av/media/libstagefright/
DCameraSource.cpp62 const std::vector<nsecs_t>& timestamps,
118 const std::vector<nsecs_t>& timestamps, in postRecordingFrameHandleTimestampBatch() argument
122 int n = timestamps.size(); in postRecordingFrameHandleTimestampBatch()
125 modifiedTimestamps[i] = timestamps[i] / 1000; in postRecordingFrameHandleTimestampBatch()
/frameworks/native/opengl/include/EGL/
Deglext.h558 …ace surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID…
564 …ace surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID…
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md55 - -n Ignore timestamps and run through trace as fast as possible
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp2297 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROID() argument
2329 switch (timestamps[i]) { in eglGetFrameTimestampsANDROID()

12