commit | 9f3053de78630815d60cf48a2cf2348cc5867c45 | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Thu Mar 06 15:14:33 2014 -0800 |
committer | Dan Stoza <stoza@google.com> | Mon Mar 10 16:45:38 2014 -0700 |
tree | e87e2a86d1ca837a80fc7730daece3f28a41e800 | |
parent | 544b09523b791935ffe9aa64d1f20335f7e2dc78 [diff] |
BufferQueue: Allow detaching/reattaching buffers 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