Lines Matching full:buffers
36 * access to the underlying gralloc buffers provided by BufferQueue. Multiple
37 * buffers may be acquired by it at once, to be used concurrently by the
93 // how many buffers can be locked for user access at the same time.
106 // NOT_ENOUGH_DATA if the maximum number of buffers is already locked.
108 // Only a fixed number of buffers can be locked at a time, determined by the
110 // returned by lockNextBuffer, then old buffers must be returned to the queue
111 // by calling unlockBuffer before more buffers can be acquired.
115 // only a fixed number of buffers may be locked at a time, old buffers must
116 // be released by calling unlockBuffer to ensure new buffers can be acquired by
121 // Maximum number of buffers that can be locked at a time
128 // Tracking for buffers acquired by the user
144 // Count of currently locked buffers