Searched defs:BufferPool (Results 1 – 2 of 2) sorted by relevance
43 struct BufferPool { struct46 int64_t mTimestampMs;47 int64_t mLastCleanUpMs;48 int64_t mLastLogMs;49 BufferId mSeq;50 BufferId mStartSeq;51 bool mValid;52 BufferStatusObserver mObserver;53 BufferInvalidationChannel mInvalidationChannel;55 std::map<ConnectionId, std::set<BufferId>> mUsingBuffers;[all …]
43 BufferPool::BufferPool() in BufferPool() function in aidl::android::hardware::media::bufferpool2::implementation::BufferPool