Lines Matching refs:txFront
161 assert(pSles->txFront <= pSles->txBufCount);
163 assert(pSles->txFront != pSles->txRear);
164 char *buffer = pSles->txBuffers[pSles->txFront];
165 if (++pSles->txFront > pSles->txBufCount) {
166 pSles->txFront = 0;
198 assert(pSles->txFront <= pSles->txBufCount);
204 assert(txRearNext != pSles->txFront);
251 // SLuint32 txFront; // oldest playing
286 pSles->txFront; // oldest playing
317 pSles->txFront = 0;
428 assert(txRearNext != pSles->txFront);