Lines Matching defs:BufferState
33 struct BufferState { struct
36 BufferState() in BufferState() argument
43 uint32_t mDequeueCount;
44 uint32_t mQueueCount;
45 uint32_t mAcquireCount;
46 bool mShared;
108 *this = BufferState(); in reset() argument
113 inline void dequeue() { in dequeue()
117 inline void detachProducer() { in detachProducer()
123 inline void attachProducer() { in attachProducer()
127 inline void queue() { in queue()
134 inline void cancel() { in cancel()
140 inline void freeQueued() { in freeQueued()
146 inline void acquire() { in acquire()
153 inline void acquireNotInQueue() { in acquireNotInQueue()
179 mBufferState(), in BufferSlot() argument