Searched refs:mSwapIntervalZero (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h333 // mSwapIntervalZero set if we should drop buffers at queue() time to
335 bool mSwapIntervalZero; member in class:android::Surface
/frameworks/native/libs/gui/
H A DSurface.cpp87 mSwapIntervalZero = false;
260 mSwapIntervalZero = (interval == 0);
261 mGraphicBufferProducer->setAsyncMode(mSwapIntervalZero);

Completed in 159 milliseconds