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

  /system/media/opensles/tests/mimeUri/
slesTestLoopUri.cpp 184 SLuint32 timeOutIndex = 100; // 10s
185 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
188 timeOutIndex--;
191 if (timeOutIndex == 0) {
slesTestPlayUri.cpp 211 SLuint32 timeOutIndex = 100; // 10s
212 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
216 timeOutIndex--;
219 if (timeOutIndex == 0 || prefetchError) {
slesTestSlowDownUri.cpp 231 SLuint32 timeOutIndex = 100; // 10s
232 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
235 timeOutIndex--;
238 if (timeOutIndex == 0) {
  /system/media/opensles/tests/
mimeUri_test.cpp 208 SLuint32 timeOutIndex = 100; // 10s
209 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
212 timeOutIndex--;
215 if (timeOutIndex == 0) {
  /system/media/opensles/tests/sandbox/
reverb.c 422 SLuint32 timeOutIndex = 100; // 10s
423 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
426 timeOutIndex--;
428 if (timeOutIndex == 0) {

Completed in 554 milliseconds