Searched defs:durationInSeconds (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp145 void TestRecToBuffQueue( SLObjectItf sl, const char* path, SLAint64 durationInSeconds) argument
304 if (durationInSeconds < 1) {
305 durationInSeconds = 1;
307 usleep(durationInSeconds * 1000 * 1000);

Completed in 5 milliseconds