Lines Matching refs:BufferPool

43 BufferPool::BufferPool()  in BufferPool()  function in aidl::android::hardware::media::bufferpool2::implementation::BufferPool
59 std::atomic<std::uint32_t> BufferPool::Invalidation::sInvSeqId(0);
61 BufferPool::~BufferPool() { in ~BufferPool()
74 void BufferPool::Invalidation::onConnect( in onConnect()
80 void BufferPool::Invalidation::onClose(ConnectionId conId) { in onClose()
85 void BufferPool::Invalidation::onAck( in onAck()
98 void BufferPool::Invalidation::onBufferInvalidated( in onBufferInvalidated()
119 void BufferPool::Invalidation::onInvalidationRequest( in onInvalidationRequest()
145 void BufferPool::Invalidation::onHandleAck( in onHandleAck()
179 bool BufferPool::handleOwnBuffer( in handleOwnBuffer()
191 bool BufferPool::handleReleaseBuffer( in handleReleaseBuffer()
215 bool BufferPool::handleTransferTo(const BufferStatusMessage &message) { in handleTransferTo()
252 bool BufferPool::handleTransferFrom(const BufferStatusMessage &message) { in handleTransferFrom()
272 bool BufferPool::handleTransferResult(const BufferStatusMessage &message) { in handleTransferResult()
309 void BufferPool::processStatusMessages() { in processStatusMessages()
355 bool BufferPool::handleClose(ConnectionId connectionId) { in handleClose()
415 bool BufferPool::getFreeBuffer( in getFreeBuffer()
438 BufferPoolStatus BufferPool::addNewBuffer( in addNewBuffer()
465 void BufferPool::cleanUp(bool clearCache) { in cleanUp()
500 void BufferPool::invalidate( in invalidate()
529 void BufferPool::flush(const std::shared_ptr<Accessor> &impl) { in flush()