Home | History | Annotate | Download | only in android

Lines Matching defs:newFront

120         BufferHeader *newFront = &oldFront[1];
135 if (newFront == &ap->mBufferQueue.mArray[ap->mBufferQueue.mNumBuffers + 1]) {
136 newFront = ap->mBufferQueue.mArray;
138 ap->mBufferQueue.mFront = newFront;
1116 BufferHeader *newFront = &oldFront[1];
1132 if (newFront ==
1136 newFront = ap->mBufferQueue.mArray;
1138 ap->mBufferQueue.mFront = newFront;