Home
last modified time | relevance | path

Searched refs:waitWhileAllocatingLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h137 void waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const;
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp106 mCore->waitWhileAllocatingLocked(lock); in setMaxDequeuedBufferCount()
185 mCore->waitWhileAllocatingLocked(lock); in setAsyncMode()
395 mCore->waitWhileAllocatingLocked(lock); in dequeueBuffer()
668 mCore->waitWhileAllocatingLocked(lock); in detachNextBuffer()
730 mCore->waitWhileAllocatingLocked(lock); in attachBuffer()
1256 mCore->waitWhileAllocatingLocked(lock); in disconnect()
1353 mCore->waitWhileAllocatingLocked(lock); in allocateBuffers()
DBufferQueueConsumer.cpp205 mCore->waitWhileAllocatingLocked(lock); in acquireBuffer()
626 mCore->waitWhileAllocatingLocked(lock); in setMaxAcquiredBufferCount()
DBufferQueueCore.cpp313 void BufferQueueCore::waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const { in waitWhileAllocatingLocked() function in android::BufferQueueCore