Home
last modified time | relevance | path

Searched refs:applyDelta (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp1582 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1597 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1629 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1686 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1701 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1724 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1759 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1802 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
1809 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h130 void applyDelta(const FrameEventHistoryDelta& delta);
/frameworks/native/libs/gui/
DSurface.cpp214 mFrameEventHistory->applyDelta(delta); in enableFrameTimestamps()
333 mFrameEventHistory->applyDelta(delta); in getFrameTimestamps()
656 mFrameEventHistory->applyDelta(frameTimestamps); in dequeueBuffer()
851 mFrameEventHistory->applyDelta(output.timestamps.value()); in dequeueBuffers()
1078 mFrameEventHistory->applyDelta(output.frameTimestamps); in onBufferQueuedLocked()
DFrameTimestamps.cpp271 void ProducerFrameEventHistory::applyDelta( in applyDelta() function in android::ProducerFrameEventHistory