Searched refs:waitWhileAllocatingLocked (Results 1 – 4 of 4) sorted by relevance
137 void waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const;
106 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()
205 mCore->waitWhileAllocatingLocked(lock); in acquireBuffer()626 mCore->waitWhileAllocatingLocked(lock); in setMaxAcquiredBufferCount()
313 void BufferQueueCore::waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const { in waitWhileAllocatingLocked() function in android::BufferQueueCore