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

/frameworks/native/include/gui/
H A DBufferQueueCore.h276 // mAllowAllocation determines whether dequeueBuffer is allowed to allocate
278 bool mAllowAllocation; member in class:android::BufferQueueCore
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp297 } else if (mCore->mAllowAllocation) {
412 if (!mCore->mAllowAllocation) {
1133 mCore->mAllowAllocation = true;
1235 if (!mCore->mAllowAllocation) {
1321 mCore->mAllowAllocation = allow;
H A DBufferQueueCore.cpp83 mAllowAllocation(true),

Completed in 86 milliseconds