HomeSort by relevance Sort by last modified time
    Searched defs:BufferQueue (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
BufferQueue.cpp 17 #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 ) :
107 ST_LOGV("BufferQueue");
111 ST_LOGE("createGraphicBufferAlloc() failed in BufferQueue()");
115 BufferQueue::~BufferQueue() {
116 ST_LOGV("~BufferQueue");
    [all...]
  /frameworks/native/include/gui/
BufferQueue.h 35 class BufferQueue : public BnSurfaceTexture {
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 as a binder interface, which doesn't suppor
    [all...]

Completed in 1721 milliseconds