Lines Matching full:async
50 // When in async mode we reserve two slots in order to guarantee that the
160 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async,
281 // disableAsyncBuffer disables the extra buffer used in async mode
333 // The async parameter tells whether we're in asynchronous mode.
334 int getMinUndequeuedBufferCount(bool async) const;
338 // The async parameter tells whether we're in asynchronous mode.
339 int getMinMaxBufferCountLocked(bool async) const;
349 // async parameter
353 int getMaxBufferCountLocked(bool async) const;
515 // mUseAsyncBuffer whether an extra buffer is used in async mode to prevent