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

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp253 SLuint32 timeOutIndex = 100; // 10s local
254 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
258 timeOutIndex--;
261 if (timeOutIndex == 0 || prefetchError) {
H A DslesTestGetPositionUri.cpp246 SLuint32 timeOutIndex = 100; // 10s local
247 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0) &&
251 timeOutIndex--;
254 if (timeOutIndex == 0 || prefetchError) {
H A DslesTestManyPlayers.cpp278 SLuint32 timeOutIndex = 10; // 1s, should be enough for a local file local
279 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
283 timeOutIndex--;
286 if (timeOutIndex == 0) {
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp202 SLuint32 timeOutIndex = 100; // 10s local
203 while ((prefetchStatus != SL_PREFETCHSTATUS_SUFFICIENTDATA) && (timeOutIndex > 0)) {
206 timeOutIndex--;
209 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 131 milliseconds