Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DFrameTimestamps.cpp365 FrameEvents newTimestamps; in addQueue() local
366 newTimestamps.connectId = mCurrentConnectId; in addQueue()
367 newTimestamps.frameNumber = newEntry.frameNumber; in addQueue()
368 newTimestamps.postedTime = newEntry.postedTime; in addQueue()
369 newTimestamps.requestedPresentTime = newEntry.requestedPresentTime; in addQueue()
370 newTimestamps.acquireFence = newEntry.acquireFence; in addQueue()
371 newTimestamps.valid = true; in addQueue()
372 mFrames[mQueueOffset] = newTimestamps; in addQueue()
DBufferQueue.cpp77 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
81 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
DBufferQueueProducer.cpp1560 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
1562 if (newTimestamps == nullptr && outDelta == nullptr) { in addAndGetFrameTimestamps()
1574 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.h246 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
DBufferLayerConsumer.cpp493 void BufferLayerConsumer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
497 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.cpp506 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument
508 if (newTimestamps) { in addAndGetFrameTimestamps()
513 EXPECT_EQ(newTimestamps->frameNumber, in addAndGetFrameTimestamps()
521 mLastAddedFrameNumber = newTimestamps->frameNumber; in addAndGetFrameTimestamps()