Lines Matching defs:BufferState
35 struct BufferState { struct
38 BufferState() in BufferState() argument
45 uint32_t mDequeueCount;
46 uint32_t mQueueCount;
47 uint32_t mAcquireCount;
48 bool mShared;
110 *this = BufferState(); in reset() argument
115 inline void dequeue() { in dequeue()
119 inline void detachProducer() { in detachProducer()
125 inline void attachProducer() { in attachProducer()
129 inline void queue() { in queue()
136 inline void cancel() { in cancel()
142 inline void freeQueued() { in freeQueued()
148 inline void acquire() { in acquire()
155 inline void acquireNotInQueue() { in acquireNotInQueue()
182 mBufferState(), in BufferSlot() argument