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

  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.h 36 SLuint32 txBufCount; // -t#
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 62 SLuint32 txBufCount; // -t#
  /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...]

Completed in 590 milliseconds