Searched refs:dequeueBufferCannotBlock (Results 1 – 3 of 3) sorted by relevance
114 bool dequeueBufferCannotBlock, int maxBufferCount) const;
238 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked() argument240 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0); in getMaxBufferCountLocked()
1705 bool dequeueBufferCannotBlock = in setDequeueTimeout() local1707 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()1716 mCore->mDequeueBufferCannotBlock = dequeueBufferCannotBlock; in setDequeueTimeout()