Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h144 void applyDelta(const FrameEventHistoryDelta& delta);
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp689 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
704 history.applyDelta(qbOutput.frameTimestamps); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp193 mFrameEventHistory->applyDelta(delta); in enableFrameTimestamps()
312 mFrameEventHistory->applyDelta(delta); in getFrameTimestamps()
698 mFrameEventHistory->applyDelta(frameTimestamps); in dequeueBuffer()
899 mFrameEventHistory->applyDelta(output.frameTimestamps); in queueBuffer()
DFrameTimestamps.cpp272 void ProducerFrameEventHistory::applyDelta( in applyDelta() function in android::ProducerFrameEventHistory