Searched refs:dequeueBufferCannotBlock (Results 1 – 3 of 3) sorted by relevance
111 bool dequeueBufferCannotBlock, int maxBufferCount) const;
239 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked() argument241 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0); in getMaxBufferCountLocked()
1569 bool dequeueBufferCannotBlock = in setDequeueTimeout() local1571 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()1580 mCore->mDequeueBufferCannotBlock = dequeueBufferCannotBlock; in setDequeueTimeout()