Home
last modified time | relevance | path

Searched refs:newTimestamps (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/gui/
DFrameTimestamps.cpp374 FrameEvents newTimestamps; in addQueue() local
375 newTimestamps.connectId = mCurrentConnectId; in addQueue()
376 newTimestamps.frameNumber = newEntry.frameNumber; in addQueue()
377 newTimestamps.postedTime = newEntry.postedTime; in addQueue()
378 newTimestamps.requestedPresentTime = newEntry.requestedPresentTime; in addQueue()
379 newTimestamps.acquireFence = newEntry.acquireFence; in addQueue()
380 newTimestamps.valid = true; in addQueue()
381 mFrames[mQueueOffset] = newTimestamps; in addQueue()
DBufferQueue.cpp77 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
81 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
DBufferQueueProducer.cpp1568 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
1570 if (newTimestamps == nullptr && outDelta == nullptr) { in addAndGetFrameTimestamps()
1582 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
/frameworks/native/libs/gui/include/gui/
DBufferQueue.h67 const NewFrameEventsEntry* newTimestamps,
DBufferQueueProducer.h205 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h248 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
DBufferLayerConsumer.cpp501 void BufferLayerConsumer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
505 l->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
DLayer.cpp1414 void Layer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
1416 if (newTimestamps) { in addAndGetFrameTimestamps()
1417 mFlinger->mTimeStats->setPostTime(getSequence(), newTimestamps->frameNumber, in addAndGetFrameTimestamps()
1418 getName().c_str(), newTimestamps->postedTime); in addAndGetFrameTimestamps()
1422 if (newTimestamps) { in addAndGetFrameTimestamps()
1429 mAcquireTimeline.push(newTimestamps->acquireFence); in addAndGetFrameTimestamps()
1430 mFrameEventHistory.addQueue(*newTimestamps); in addAndGetFrameTimestamps()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp632 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
634 if (newTimestamps) { in addAndGetFrameTimestamps()
639 EXPECT_EQ(newTimestamps->frameNumber, in addAndGetFrameTimestamps()
647 mLastAddedFrameNumber = newTimestamps->frameNumber; in addAndGetFrameTimestamps()