Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/src/
DPresentLatencyTracker.cpp30 const auto presentTime = in trackPendingFrame() local
/frameworks/base/core/java/android/view/
DInputEventSender.java126 public void onTimelineReported(int inputEventId, long gpuCompletedTime, long presentTime) { in onTimelineReported()
187 int inputEventId, long gpuCompletedTime, long presentTime) { in dispatchTimelineReported()
DInputEventReceiver.java59 long gpuCompletedTime, long presentTime); in nativeReportTimeline()
236 public final void reportTimeline(int inputEventId, long gpuCompletedTime, long presentTime) { in reportTimeline()
DViewRootImpl.java10717 final long presentTime = data[FrameMetrics.Index.DISPLAY_PRESENT_TIME]; in onFrameMetricsAvailable() local
/frameworks/native/services/surfaceflinger/
DFrameTracker.cpp34 void FrameTracker::setDesiredPresentTime(nsecs_t presentTime) { in setDesiredPresentTime()
51 void FrameTracker::setActualPresentTime(nsecs_t presentTime) { in setActualPresentTime()
DLayer.cpp998 const nsecs_t presentTime = [&] { in recordLayerHistoryBufferUpdate() local
1055 const nsecs_t presentTime = in recordLayerHistoryAnimationTx() local
DSurfaceFlinger.cpp2952 const auto presentTime = systemTime(); in composite() local
3305 const TimePoint presentTime = TimePoint::now(); in onCompositionPresented() local
/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregatorWithHistograms.cpp194 const nsecs_t presentTime = in processStatistics() local
261 const nsecs_t presentTime = in processSlowEvent() local
DLatencyAggregator.cpp164 const nsecs_t presentTime = in processStatistics() local
228 const nsecs_t presentTime = in processSlowEvent() local
/frameworks/base/tests/Input/src/com/android/test/input/
DSpyInputEventSenderAndReceiver.kt62 data class Timeline(val inputEventId: Int, val gpuCompletedTime: Long, val presentTime: Long) constant in Timeline
/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp164 nsecs_t presentTime) { in createTimelineMessage()
317 nsecs_t presentTime) { in reportTimeline()
DInputTransport.cpp139 const nsecs_t presentTime = in isValid() local
DInputConsumer.cpp923 const nsecs_t presentTime = in dump() local
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp186 nsecs_t presentTime) { in reportTimeline()
577 jlong gpuCompletedTime, jlong presentTime) { in nativeReportTimeline()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp56 std::chrono::nanoseconds presentTime(predictions.presentTime - baseTime); in dumpTable() local
83 std::chrono::nanoseconds presentTime(std::max<nsecs_t>(0, actuals.presentTime - baseTime)); in dumpTable() local
697 void SurfaceFrame::onPresent(nsecs_t presentTime, int32_t displayFrameJankType, Fps refreshRate, in onPresent()
1443 for (const nsecs_t presentTime : presentTimes) { in computeFps() local
DFrameTimeline.h96 nsecs_t presentTime; member
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h197 nsecs_t presentTime = 0; member
DTimeStats.cpp716 void TimeStats::setPresentTime(int32_t layerId, uint64_t frameNumber, nsecs_t presentTime, in setPresentTime()
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp134 void LayerHistory::record(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in record()
DLayerInfo.h244 nsecs_t presentTime; // desiredPresentTime, if provided member
DScheduler.cpp726 void Scheduler::recordLayerHistory(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in recordLayerHistory()
1286 bool Scheduler::onCompositionPresented(nsecs_t presentTime) { in onCompositionPresented()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumerNoResampling_test.cpp335 nsecs_t presentTime; member
833 const nsecs_t presentTime = 40; in TEST_F() local
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp863 nsecs_t presentTime = 0; in reportMetricsWithPresentTime() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp435 nsecs_t presentTime = mSyncToDisplay ? in returnBufferCheckedLocked() local
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp1767 nsecs_t presentTime = systemTime() + std::chrono::nanoseconds(500ms).count(); in TEST_F() local