summaryrefslogtreecommitdiffstats
path: root/include/gui/BufferSlot.h
Commit message (Collapse)AuthorAgeFilesLines
* BufferQueue: Allow detaching/reattaching buffersDan Stoza2014-03-101-1/+7
| | | | | | | | | | Adds detachBuffer and attachBuffer calls to both the producer and consumer sides of BufferQueue. Buffers may be detached while dequeued by the producer or acquired by the consumer, and when attached, enter the dequeued and acquired states, respectively. Bug: 13173343 Change-Id: Ic152692b0a94d99e0135b9bfa62747dab2a54220
* Split BufferQueue into core + producer + consumerDan Stoza2014-03-041-0/+136
Change-Id: Idc39f1e511d68ce4f02202d35425a419bc0bcd92