Searched refs:txRear (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp55 static SLuint32 txRear; // next to be played variable
111 assert(txRear <= txBufCount);
112 SLuint32 txRearNext = txRear+1;
117 txBuffers[txRear] = buffer;
118 txRear = txRearNext;
156 assert(txRear <= txBufCount);
157 assert(txFront != txRear);
177 assert(txRear <= txBufCount);
178 SLuint32 txRearNext = txRear+1;
183 txBuffers[txRear]
[all...]

Completed in 37 milliseconds