Searched refs:txBuffers (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp48 static char **txBuffers; variable
131 txBuffers[txRear] = buffer;
172 char *buffer = txBuffers[txFront];
212 txBuffers[txRear] = buffer;
359 txBuffers = (char **) calloc(txBufCount+1, sizeof(char *));
466 txBuffers[txRear] = buffer;

Completed in 186 milliseconds