Home | History | Annotate | Download | only in audio_loopback

Lines Matching refs:rxRear

90         assert(pSles->rxRear <= pSles->rxBufCount);
91 assert(pSles->rxFront != pSles->rxRear);
133 SLuint32 rxRearNext = pSles->rxRear+1;
138 pSles->rxBuffers[pSles->rxRear] = buffer;
139 pSles->rxRear = rxRearNext;
250 // SLuint32 rxRear; // next to be recorded
285 pSles->rxRear; // next to be recorded
313 pSles->rxRear = 0;
512 SLuint32 rxRearNext = pSles->rxRear + 1;
517 pSles->rxBuffers[pSles->rxRear] = buffer;
518 pSles->rxRear = rxRearNext;