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

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp250 SLuint32 timeOutIndex = 100; // 10s local
251 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
255 timeOutIndex--;
258 if (timeOutIndex == 0 || prefetchError) {
H A DslesTestGetPositionUri.cpp243 SLuint32 timeOutIndex = 100; // 10s local
244 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
248 timeOutIndex--;
251 if (timeOutIndex == 0 || prefetchError) {
H A DslesTestManyPlayers.cpp276 SLuint32 timeOutIndex = 10; // 1s, should be enough for a local file local
277 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
281 timeOutIndex--;
284 if (timeOutIndex == 0) {
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp199 SLuint32 timeOutIndex = 100; // 10s local
200 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
203 timeOutIndex--;
206 if (timeOutIndex == 0) {
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp435 SLuint32 timeOutIndex = 50; // time out prefetching after 5s local
436 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
440 timeOutIndex--;
442 if (timeOutIndex == 0 || prefetchError) {

Completed in 5054 milliseconds