Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.h123 struct Pending { struct
124 bool mNeedsAck;
125 uint32_t mFrom;
126 uint32_t mTo;
127 size_t mLeft;
128 const std::weak_ptr<Accessor::Impl> mImpl;
129 Pending(bool needsAck, uint32_t from, uint32_t to, size_t left, in Pending() function
138 bool isInvalidated(uint32_t bufferId) { in isInvalidated()