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

/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
88 BufferQueue() = delete; // Create through createBufferQueue
/frameworks/native/libs/gui/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
88 BufferQueue() = delete; // Create through createBufferQueue

Completed in 39 milliseconds