Lines Matching refs:dequeueBuffer
119 // by dequeueBuffer. It must be called again if dequeueBuffer returns
123 // dequeueBuffer gets the next buffer slot index for the producer to use.
160 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async,
185 // will usually be the one obtained from dequeueBuffer.
269 // dequeueBuffer when a width and height of zero is requested. Default
283 // flag) and has dequeueBuffer() return WOULD_BLOCK instead.
298 // in dequeueBuffer. Formats are enumerated in graphics.h; the
302 // setConsumerUsageBits will turn on additional usage bits for dequeueBuffer.
303 // These are merged with the bits passed to dequeueBuffer. The values are
387 // when dequeueBuffer is called.
468 // in dequeueBuffer() if a width and height of zero is specified.
472 // in dequeueBuffer() if a width and height of zero is specified.
510 // mDequeueBufferCannotBlock whether dequeueBuffer() isn't allowed to block.
516 // dequeueBuffer() from ever blocking.
524 // mDequeueCondition condition used for dequeueBuffer in synchronous mode
558 // the buffer format when it isn't specified in dequeueBuffer