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

/frameworks/native/include/gui/
H A DBufferQueue.h31 class BufferQueue { class in namespace:android
33 // BufferQueue will keep track of at most this value of buffers.
57 // BufferQueue object and the consumer object. The reason this can't be a weak
58 // reference in the BufferQueue class is because we're planning to expose the
59 // consumer side of a BufferQueue as a binder interface, which doesn't support
74 // BufferQueue manages a pool of gralloc memory slots to be used by
82 BufferQueue(); // Create through createBufferQueue

Completed in 159 milliseconds