HomeSort by relevance Sort by last modified time
    Searched refs:txBufCount (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 38 static SLuint32 txBufCount = 2; // -t#
128 assert(txFront <= txBufCount);
129 assert(txRear <= txBufCount);
131 if (txRearNext > txBufCount) {
173 assert(txFront <= txBufCount);
174 assert(txRear <= txBufCount);
177 if (++txFront > txBufCount) {
209 assert(txFront <= txBufCount);
210 assert(txRear <= txBufCount);
212 if (txRearNext > txBufCount) {
    [all...]
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 161 assert(pSles->txFront <= pSles->txBufCount);
162 assert(pSles->txRear <= pSles->txBufCount);
165 if (++pSles->txFront > pSles->txBufCount) {
198 assert(pSles->txFront <= pSles->txBufCount);
199 assert(pSles->txRear <= pSles->txBufCount);
201 if (txRearNext > pSles->txBufCount) {
234 // SLuint32 txBufCount = 1; // -t#
262 pSles->txBufCount = 1; // -t#
296 pSles->freeBufCount = pSles->rxBufCount + pSles->txBufCount;
316 pSles->txBuffers = (char **) calloc(pSles->txBufCount+1, sizeof(char *))
    [all...]
sles.h 36 SLuint32 txBufCount; // -t#
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 230 assert(pSles->txFront <= pSles->txBufCount);
231 assert(pSles->txRear <= pSles->txBufCount);
234 if (++pSles->txFront > pSles->txBufCount) {
330 assert(pSles->txFront <= pSles->txBufCount);
331 assert(pSles->txRear <= pSles->txBufCount);
333 if (txRearNext > pSles->txBufCount) {
471 // SLuint32 txBufCount = 1; // -t#
499 pSles->txBufCount = 1; // -t#
531 pSles->freeBufCount = pSles->rxBufCount + pSles->txBufCount;
556 pSles->txBuffers = (char **) calloc(pSles->txBufCount + 1, sizeof(char *))
    [all...]
sles.h 62 SLuint32 txBufCount; // -t#

Completed in 49 milliseconds