Searched refs:addAndGetFrameTimestamps (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/gui/ |
D | BufferQueue.cpp | 92 void BufferQueue::ProxyConsumerListener::addAndGetFrameTimestamps( in addAndGetFrameTimestamps() function in android::BufferQueue::ProxyConsumerListener 97 listener->addAndGetFrameTimestamps(newTimestamps, outDelta); in addAndGetFrameTimestamps()
|
D | IConsumerListener.cpp | 84 void addAndGetFrameTimestamps(const NewFrameEventsEntry* /*newTimestamps*/, in addAndGetFrameTimestamps() function in android::BpConsumerListener
|
D | BufferQueueProducer.cpp | 683 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()
|
D | BLASTBufferQueue.cpp | 87 void BLASTBufferItemConsumer::addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps, in addAndGetFrameTimestamps() function in android::BLASTBufferItemConsumer
|
/frameworks/native/libs/gui/include/gui/ |
D | IConsumerListener.h | 93 virtual void addAndGetFrameTimestamps(const NewFrameEventsEntry* /*newTimestamps*/, in addAndGetFrameTimestamps() function
|
D | BufferQueue.h | 72 void addAndGetFrameTimestamps(
|
D | BufferQueueProducer.h | 233 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
|
D | BLASTBufferQueue.h | 51 void addAndGetFrameTimestamps(const NewFrameEventsEntry* newTimestamps,
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 593 void addAndGetFrameTimestamps( in addAndGetFrameTimestamps() function in android::FakeConsumer
|