Searched refs:applyDelta (Results 1 – 4 of 4) sorted by relevance
1582 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()
130 void applyDelta(const FrameEventHistoryDelta& delta);
214 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()
271 void ProducerFrameEventHistory::applyDelta( in applyDelta() function in android::ProducerFrameEventHistory