Searched defs:asyncMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp182 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, argument
185 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java299 * @param asyncMode If the listener is operating at asynchronous mode.
304 * @param asyncMode
306 public SimpleImageReaderListener(boolean asyncMode, int maxImages) { argument
307 mAsyncMode = asyncMode;

Completed in 377 milliseconds