Lines Matching full:consumed
142 // (either because there was a command with no data, or all the data has been consumed)
211 // 2/ keep track of how much has been consumed
219 size_t consumed = oldFront->mDataSize - oldFront->mDataSizeConsumed;
220 //SL_LOGD("consuming rest of buffer: enqueueing=%u", consumed);
233 if (consumed > 0) {
235 memcpy(bufferLoc, pSrc, consumed);
236 // 2/ keep track of how much has been consumed
239 receivedBuffer_l(bufferId, consumed);
243 // data has been consumed, and the buffer queue state has been updated
258 // here a buffer is only dequeued when fully consumed