Home
last modified time | relevance | path

Searched defs:BufferPool (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.h43 struct BufferPool { struct
46 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 …]
DBufferPool.cpp43 BufferPool::BufferPool() in BufferPool() function in aidl::android::hardware::media::bufferpool2::implementation::BufferPool