Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h134 void waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const;
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp138 mCore->waitWhileAllocatingLocked(lock); in setMaxDequeuedBufferCount()
220 mCore->waitWhileAllocatingLocked(lock); in setAsyncMode()
438 mCore->waitWhileAllocatingLocked(lock); in dequeueBuffer()
788 mCore->waitWhileAllocatingLocked(lock); in detachNextBuffer()
850 mCore->waitWhileAllocatingLocked(lock); in attachBuffer()
1404 mCore->waitWhileAllocatingLocked(lock); in disconnect()
1513 mCore->waitWhileAllocatingLocked(lock); in allocateBuffers()
DBufferQueueConsumer.cpp234 mCore->waitWhileAllocatingLocked(lock); in acquireBuffer()
669 mCore->waitWhileAllocatingLocked(lock); in setMaxAcquiredBufferCount()
DBufferQueueCore.cpp366 void BufferQueueCore::waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const { in waitWhileAllocatingLocked() function in android::BufferQueueCore