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

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

Completed in 448 milliseconds