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

  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp 253 SLuint32 timeOutIndex = 100; // 10s
254 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
258 timeOutIndex--;
261 if (timeOutIndex == 0 || prefetchError) {
slesTestGetPositionUri.cpp 246 SLuint32 timeOutIndex = 100; // 10s
247 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
251 timeOutIndex--;
254 if (timeOutIndex == 0 || prefetchError) {
slesTestManyPlayers.cpp 278 SLuint32 timeOutIndex = 10; // 1s, should be enough for a local file
279 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
283 timeOutIndex--;
286 if (timeOutIndex == 0) {
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 202 SLuint32 timeOutIndex = 100; // 10s
203 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
206 timeOutIndex--;
209 if (timeOutIndex == 0) {
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 435 SLuint32 timeOutIndex = 50; // time out prefetching after 5s
436 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
440 timeOutIndex--;
442 if (timeOutIndex == 0 || prefetchError) {

Completed in 459 milliseconds