Searched defs:BufferQueue (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueue.cpp17 #define LOG_TAG "BufferQueue"
27 #include <gui/BufferQueue.h>
52 // Macros for including the BufferQueue name in log messages
84 BufferQueue::BufferQueue( bool allowSynchronousMode, int bufferCount ) : function in class:android::BufferQueue
107 ST_LOGV("BufferQueue");
111 ST_LOGE("createGraphicBufferAlloc() failed in BufferQueue()");
115 BufferQueue::~BufferQueue() {
116 ST_LOGV("~BufferQueue");
[all...]
/frameworks/native/include/gui/
H A DBufferQueue.h35 class BufferQueue : public BnSurfaceTexture { class in namespace:android
43 // ConsumerListener is the interface through which the BufferQueue notifies
46 // teh consumer to the BufferQueue, these calls from the BufferQueue to the
47 // consumer *MUST* be called only when the BufferQueue mutex is NOT locked.
60 // BufferQueue has released its references to one or more GraphicBuffers
62 // BufferQueue::getReleasedBuffers to retrieve the list of buffers
74 // BufferQueue object and the consumer object. The reason this can't be a weak
75 // reference in the BufferQueue class is because we're planning to expose the
76 // consumer side of a BufferQueue a
[all...]

Completed in 41 milliseconds