Searched refs:mConsumerRunningBehind (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h400 // mConsumerRunningBehind whether the consumer is running more than
402 mutable bool mConsumerRunningBehind; member in class:android::Surface
/frameworks/native/libs/gui/include/gui/
H A DSurface.h400 // mConsumerRunningBehind whether the consumer is running more than
402 mutable bool mConsumerRunningBehind; member in class:android::Surface
/frameworks/native/libs/gui/
H A DSurface.cpp93 mConsumerRunningBehind = false;
771 mConsumerRunningBehind = (output.numPendingBuffers >= 2);
847 if (!mConsumerRunningBehind) {
852 mConsumerRunningBehind = *value;
1221 mConsumerRunningBehind = (output.numPendingBuffers >= 2);

Completed in 73 milliseconds