Searched refs:newTimestamps (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/gui/ |
D | FrameTimestamps.cpp | 365 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()
|
D | BufferQueue.cpp | 77 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument 81 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
|
D | BufferQueueProducer.cpp | 1560 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/ |
D | BufferQueue.h | 67 const NewFrameEventsEntry* newTimestamps,
|
D | BufferQueueProducer.h | 205 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.h | 246 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
|
D | BufferLayerConsumer.cpp | 493 void BufferLayerConsumer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument 497 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 | 506 const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() argument 508 if (newTimestamps) { in addAndGetFrameTimestamps() 513 EXPECT_EQ(newTimestamps->frameNumber, in addAndGetFrameTimestamps() 521 mLastAddedFrameNumber = newTimestamps->frameNumber; in addAndGetFrameTimestamps()
|