Lines Matching refs:rear
6299 int32_t rear = mRsmpInRear & (mRsmpInFramesP2 - 1); in threadLoop() local
6305 framesRead = mPipeSource->read((uint8_t*)mRsmpInBuffer + rear * mFrameSize, in threadLoop()
6315 (uint8_t*)mRsmpInBuffer + rear * mFrameSize, mBufferSize); in threadLoop()
6359 (void) mTeeSink->write((uint8_t*)mRsmpInBuffer + rear * mFrameSize, framesRead); in threadLoop()
6363 size_t part1 = mRsmpInFramesP2 - rear; in threadLoop()
6369 rear = mRsmpInRear += framesRead; in threadLoop()
6959 const int32_t rear = recordThread->mRsmpInRear; in sync() local
6961 const ssize_t filled = rear - front; in sync()
6968 mRsmpInFront = rear; in sync()
6975 mRsmpInFront = /* front = */ rear - framesIn; in sync()
6997 int32_t rear = recordThread->mRsmpInRear; in getNextBuffer() local
6999 ssize_t filled = rear - front; in getNextBuffer()