Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.h74 struct Pending { struct
75 bool mNeedsAck;
76 uint32_t mFrom;
77 uint32_t mTo;
78 size_t mLeft;
79 const std::weak_ptr<Accessor> mImpl;
80 Pending(bool needsAck, uint32_t from, uint32_t to, size_t left, in Pending() function
89 bool isInvalidated(uint32_t bufferId) { in isInvalidated()