Searched refs:latchTime (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h47 nsecs_t latchTime = 0; member in struct:android::TimeStats::TimeRecord
72 void setLatchTime(const std::string& layerName, uint64_t frameNumber, nsecs_t latchTime);
H A DTimeStats.cpp199 msBetween(timeRecords[0].latchTime, timeRecords[0].presentTime);
271 nsecs_t latchTime) {
275 ALOGV("[%s]-[%" PRIu64 "]-LatchTime[%" PRId64 "]", layerName.c_str(), frameNumber, latchTime);
282 timeRecord.latchTime = latchTime;
270 setLatchTime(const std::string& layerName, uint64_t frameNumber, nsecs_t latchTime) argument
/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp46 return FrameEvents::isValidTimestamp(latchTime);
115 if (FrameEvents::isValidTimestamp(latchTime)) {
116 outString.appendFormat("%" PRId64 "\n", latchTime);
284 frame.latchTime = d.mLatchTime;
383 uint64_t frameNumber, nsecs_t latchTime) {
389 frame->latchTime = latchTime;
495 mLatchTime(frameTimestamps.latchTime),
382 addLatch( uint64_t frameNumber, nsecs_t latchTime) argument
H A DSurface.cpp306 getFrameTimestamp(outLatchTime, events->latchTime);
/frameworks/native/services/surfaceflinger/
H A DBufferLayer.h128 Region latchBuffer(bool& recomputeVisibleRegions, nsecs_t latchTime) override;
H A DBufferLayer.cpp379 Region BufferLayer::latchBuffer(bool& recomputeVisibleRegions, nsecs_t latchTime) { argument
492 mTimeStats.setLatchTime(layerName, currentFrameNumber, latchTime);
520 mFrameEventHistory.addLatch(mCurrentFrameNumber, latchTime);
H A DSurfaceFlinger.cpp2812 nsecs_t latchTime = systemTime(); local
2841 const Region dirty(layer->latchBuffer(visibleRegions, latchTime));
/frameworks/native/include/gui/
H A DFrameTimestamps.h89 nsecs_t latchTime{TIMESTAMP_PENDING};
215 void addLatch(uint64_t frameNumber, nsecs_t latchTime);
/frameworks/native/libs/gui/include/gui/
H A DFrameTimestamps.h89 nsecs_t latchTime{TIMESTAMP_PENDING};
215 void addLatch(uint64_t frameNumber, nsecs_t latchTime);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp2367 nsecs_t* latchTime = nullptr; local
2384 latchTime = &values[i];
2410 requestedPresentTime, acquireTime, latchTime, firstRefreshStartTime,

Completed in 719 milliseconds