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
125 assert(txRear <= txBufCount);
126 SLuint32 txRearNext = txRear+1;
131 txBuffers[txRear] = buffer;
132 txRear = txRearNext;
170 assert(txRear <= txBufCount);
171 assert(txFront != txRear);
206 assert(txRear <= txBufCount);
207 SLuint32 txRearNext = txRear+1;
212 txBuffers[txRear]
[all...]

Completed in 859 milliseconds