Home
last modified time | relevance | path

Searched refs:postedTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DFrameTimestamps.cpp38 return FrameEvents::isValidTimestamp(postedTime); in hasPostedInfo()
111 outString.appendFormat("--- Posted \t%" PRId64 "\n", postedTime); in dump()
262 frame->acquireFence = std::make_shared<FenceTime>(frame->postedTime); in updateAcquireFence()
282 frame.postedTime = d.mPostedTime; in applyDelta()
368 newTimestamps.postedTime = newEntry.postedTime; in addQueue()
493 mPostedTime(frameTimestamps.postedTime), in FrameEventsDelta()
DBufferQueueProducer.cpp999 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local
1002 postedTime, in queueBuffer()
/frameworks/native/include/gui/
DFrameTimestamps.h87 nsecs_t postedTime{TIMESTAMP_PENDING};
173 nsecs_t postedTime{0};
/frameworks/native/libs/gui/tests/
DSurface_test.cpp776 fe.postedTime = frame->kPostedTime; in dequeueAndQueue()
954 f1.postedTime = mFrames[0].kPostedTime; in TEST_F()