Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mBounds

57     mBounds(0),
180 mBounds = 0;
288 size_t i = mBounds & (mDumpState->mSamplingN - 1);
289 mBounds = (mBounds & 0xFFFF0000) | ((mBounds + 1) & 0xFFFF);
291 mBounds += 0x10000;
292 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) {
338 mDumpState->mBounds = mBounds;