Home | History | Annotate | Download | only in itf

Lines Matching refs:oldFront

68         const BufferHeader *oldFront;
108 oldFront = audioPlayer->mBufferQueue.mFront;
109 if (oldFront != audioPlayer->mBufferQueue.mRear) {
111 track->mReader = oldFront->mBuffer;
112 track->mAvail = oldFront->mSize;
135 oldFront = audioPlayer->mBufferQueue.mFront;
136 if (oldFront != audioPlayer->mBufferQueue.mRear) {
138 track->mReader = oldFront->mBuffer;
139 track->mAvail = oldFront->mSize;
275 const BufferHeader *oldFront, *newFront, *rear;
276 oldFront = bufferQueue->mFront;
279 assert(oldFront != rear);
280 newFront = oldFront;