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

/frameworks/native/include/gui/
H A DBufferQueueCore.h123 // waitWhileAllocatingLocked blocks until mIsAllocating is false.
124 void waitWhileAllocatingLocked() const;
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp82 mCore->waitWhileAllocatingLocked();
275 mCore->waitWhileAllocatingLocked();
434 mCore->waitWhileAllocatingLocked();
479 mCore->waitWhileAllocatingLocked();
841 mCore->waitWhileAllocatingLocked();
918 mCore->waitWhileAllocatingLocked();
H A DBufferQueueCore.cpp231 void BufferQueueCore::waitWhileAllocatingLocked() const { function in class:android::BufferQueueCore

Completed in 198 milliseconds