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

/frameworks/native/include/gui/
H A DSurfaceTextureClient.h203 // mConsumerRunningBehind whether the consumer is running more than
205 mutable bool mConsumerRunningBehind; member in class:android::SurfaceTextureClient
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp92 mConsumerRunningBehind = false;
310 mConsumerRunningBehind = (numPendingBuffers >= 2);
351 if (!mConsumerRunningBehind) {
356 mConsumerRunningBehind = *value;
514 mConsumerRunningBehind = (numPendingBuffers >= 2);

Completed in 43 milliseconds