Searched defs:txRearNext (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp126 SLuint32 txRearNext = txRear+1; local
127 if (txRearNext > txBufCount) {
128 txRearNext = 0;
130 assert(txRearNext != txFront);
132 txRear = txRearNext;
207 SLuint32 txRearNext = txRear+1; local
208 if (txRearNext > txBufCount) {
209 txRearNext = 0;
211 assert(txRearNext != txFront);
213 txRear = txRearNext;
461 SLuint32 txRearNext = txRear + 1; local
[all...]

Completed in 545 milliseconds