Searched refs:txFront (Results 1 – 2 of 2) sorted by relevance
161 assert(pSles->txFront <= pSles->txBufCount); in playerCallback()163 assert(pSles->txFront != pSles->txRear); in playerCallback()164 char *buffer = pSles->txBuffers[pSles->txFront]; in playerCallback()165 if (++pSles->txFront > pSles->txBufCount) { in playerCallback()166 pSles->txFront = 0; in playerCallback()198 assert(pSles->txFront <= pSles->txBufCount); in playerCallback()204 assert(txRearNext != pSles->txFront); in playerCallback()317 pSles->txFront = 0; in slesCreateServer()428 assert(txRearNext != pSles->txFront); in slesCreateServer()
54 SLuint32 txFront; // oldest playing member