Home
last modified time | relevance | path

Searched refs:mBufferPool (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp192 return mBufferPool.isValid(); in isValid()
196 std::lock_guard<std::mutex> lock(mBufferPool.mMutex); in flush()
197 mBufferPool.processStatusMessages(); in flush()
198 mBufferPool.flush(ref<Accessor>()); in flush()
206 std::unique_lock<std::mutex> lock(mBufferPool.mMutex); in allocate()
207 mBufferPool.processStatusMessages(); in allocate()
209 if (!mBufferPool.getFreeBuffer(mAllocator, params, bufferId, handle)) { in allocate()
216 status = mBufferPool.addNewBuffer(alloc, allocSize, params, bufferId, handle); in allocate()
223 mBufferPool.handleOwnBuffer(connectionId, *bufferId); in allocate()
225 mBufferPool.cleanUp(); in allocate()
[all …]
DAccessor.h203 BufferPool mBufferPool; member