Lines Matching refs:mThrottleFront
39 mThrottleFront(throttleFront), mThrottleFrontSync(AUDIO_UTILS_FIFO_SYNC_SHARED),
203 if (mFifo.mThrottleFront != NULL) {
207 front = mFifo.mThrottleFront->loadAcquire();
246 err = mFifo.mThrottleFront->wait(op, front, timeout);
250 // Benign race condition with partner: mFifo.mThrottleFront->mIndex
312 if (mFifo.mThrottleFront != NULL) {
313 uint32_t front = mFifo.mThrottleFront->loadAcquire();
421 mThrottleFront(throttlesWriter ? mFifo.mThrottleFront : NULL),
470 if (mThrottleFront != NULL) {
475 mThrottleFront->storeRelease(mLocalFront);
490 int err = mThrottleFront->wake(op, 1 /*waiters*/);