Searched defs:BufferPool (Results 1 – 5 of 5) sorted by relevance
73 struct BufferPool { struct76 int64_t mTimestampUs;77 int64_t mLastCleanUpUs;78 int64_t mLastLogUs;79 BufferId mSeq;80 BufferStatusObserver mObserver;82 std::map<ConnectionId, std::set<BufferId>> mUsingBuffers;83 std::map<BufferId, std::set<ConnectionId>> mUsingConnections;85 std::map<ConnectionId, std::set<TransactionId>> mPendingTransactions;89 std::set<TransactionId> mCompletedTransactions;[all …]
238 Accessor::Impl::Impl::BufferPool::BufferPool() in BufferPool() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor::Impl::Impl::BufferPool
92 struct BufferPool { struct95 int64_t mTimestampUs;96 int64_t mLastCleanUpUs;97 int64_t mLastLogUs;98 BufferId mSeq;99 BufferId mStartSeq;100 bool mValid;101 BufferStatusObserver mObserver;102 BufferInvalidationChannel mInvalidationChannel;104 std::map<ConnectionId, std::set<BufferId>> mUsingBuffers;[all …]
303 Accessor::Impl::Impl::BufferPool::BufferPool() in BufferPool() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor::Impl::Impl::BufferPool
25 final class BufferPool { class32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool() method in BufferPool