Searched refs:newTimestamps (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/gui/ |
D | FrameTimestamps.cpp | 374 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()
|
D | BufferQueue.cpp | 77 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument 81 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
|
D | BufferQueueProducer.cpp | 1568 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/ |
D | BufferQueue.h | 67 const NewFrameEventsEntry* newTimestamps,
|
D | BufferQueueProducer.h | 205 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.h | 248 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
|
D | BufferLayerConsumer.cpp | 501 void BufferLayerConsumer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument 505 l->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
|
D | Layer.cpp | 1414 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/ |
D | Surface_test.cpp | 632 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument 634 if (newTimestamps) { in addAndGetFrameTimestamps() 639 EXPECT_EQ(newTimestamps->frameNumber, in addAndGetFrameTimestamps() 647 mLastAddedFrameNumber = newTimestamps->frameNumber; in addAndGetFrameTimestamps()
|