Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DFrameTimestamps.cpp39 return FrameEvents::isValidTimestamp(postedTime); in hasPostedInfo()
111 StringAppendF(&outString, "--- 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.cpp1005 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local
1008 postedTime, in queueBuffer()
/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h86 nsecs_t postedTime{TIMESTAMP_PENDING};
172 nsecs_t postedTime{0};
/frameworks/native/libs/gui/tests/
DSurface_test.cpp941 fe.postedTime = frame->kPostedTime; in dequeueAndQueue()
1119 f1.postedTime = mFrames[0].kPostedTime; in TEST_F()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1418 getName().c_str(), newTimestamps->postedTime); in addAndGetFrameTimestamps()