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

  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.h 48 char **txBuffers;
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 75 char **txBuffers;
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 48 static char **txBuffers;
135 txBuffers[txRear] = buffer;
176 char *buffer = txBuffers[txFront];
216 txBuffers[txRear] = buffer;
363 txBuffers = (char **) calloc(txBufCount+1, sizeof(char *));
474 txBuffers[txRear] = buffer;

Completed in 181 milliseconds