Searched refs:txFront (Results 1 – 2 of 2) sorted by relevance
212 ASSERT(pSles->txFront <= pSles->txBufCount); in playerCallback()214 ASSERT(pSles->txFront != pSles->txRear); in playerCallback()215 char *buffer = pSles->txBuffers[pSles->txFront]; in playerCallback()216 if (++pSles->txFront > pSles->txBufCount) { in playerCallback()217 pSles->txFront = 0; in playerCallback()313 ASSERT(pSles->txFront <= pSles->txBufCount); in playerCallback()319 ASSERT(txRearNext != pSles->txFront); in playerCallback()502 pSles->txFront; // oldest playing in slesCreateServer()547 pSles->txFront = 0; in slesCreateServer()715 ASSERT(txRearNext != pSles->txFront); in slesCreateServer()
70 SLuint32 txFront; // oldest playing member