Home | History | Annotate | Download | only in gui

Lines Matching refs:maxAcquiredBuffers

1148 status_t BufferQueue::setMaxAcquiredBufferCount(int maxAcquiredBuffers) {
1151 if (maxAcquiredBuffers < 1 || maxAcquiredBuffers > MAX_MAX_ACQUIRED_BUFFERS) {
1153 maxAcquiredBuffers);
1159 mMaxAcquiredBufferCount = maxAcquiredBuffers;