Home
last modified time | relevance | path

Searched refs:addAndGetFrameTimestamps (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/gui/
DBufferQueue.cpp92 void BufferQueue::ProxyConsumerListener::addAndGetFrameTimestamps( in addAndGetFrameTimestamps() function in android::BufferQueue::ProxyConsumerListener
97 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
DIConsumerListener.cpp84 void addAndGetFrameTimestamps(const NewFrameEventsEntry* /*newTimestamps*/, in addAndGetFrameTimestamps() function in android::BpConsumerListener
DBufferQueueProducer.cpp683 addAndGetFrameTimestamps(nullptr, outTimestamps); in dequeueBuffer()
1122 addAndGetFrameTimestamps(&newFrameEventsEntry, in queueBuffer()
1783 addAndGetFrameTimestamps(nullptr, outDelta); in getFrameTimestamps()
1786 void BufferQueueProducer::addAndGetFrameTimestamps( in addAndGetFrameTimestamps() function in android::BufferQueueProducer
1801 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
DBLASTBufferQueue.cpp87 void BLASTBufferItemConsumer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() function in android::BLASTBufferItemConsumer
/frameworks/native/libs/gui/include/gui/
DIConsumerListener.h93 virtual void addAndGetFrameTimestamps(const NewFrameEventsEntry* /*newTimestamps*/, in addAndGetFrameTimestamps() function
DBufferQueue.h72 void addAndGetFrameTimestamps(
DBufferQueueProducer.h233 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
DBLASTBufferQueue.h51 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
/frameworks/native/libs/gui/tests/
DSurface_test.cpp593 void addAndGetFrameTimestamps( in addAndGetFrameTimestamps() function in android::FakeConsumer