Searched refs:waitWhileAllocatingLocked (Results 1 – 4 of 4) sorted by relevance
134 void waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const;
138 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()
234 mCore->waitWhileAllocatingLocked(lock); in acquireBuffer()669 mCore->waitWhileAllocatingLocked(lock); in setMaxAcquiredBufferCount()
366 void BufferQueueCore::waitWhileAllocatingLocked(std::unique_lock<std::mutex>& lock) const { in waitWhileAllocatingLocked() function in android::BufferQueueCore