Home | History | Annotate | Download | only in audio_utils

Lines Matching refs:mObtained

155     mFifo(fifo), mObtained(0), mTotalReleased(0)
196 // iovec == NULL is not part of the public API, but internally it means don't set mObtained
297 mObtained = availToWrite;
307 if (count > mObtained) {
308 ALOGE("%s(count=%zu) > mObtained=%u", __func__, count, mObtained);
350 mObtained -= count;
357 // iovec == NULL is not part of the public API, but internally it means don't set mObtained
465 if (count > mObtained) {
466 ALOGE("%s(count=%zu) > mObtained=%u", __func__, count, mObtained);
507 mObtained -= count;
512 // iovec == NULL is not part of the public API, but internally it means don't set mObtained
608 mObtained = availToRead;
620 // iovec == NULL is not part of the public API, but internally it means don't set mObtained