Searched refs:prefetch_status (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp37 // Mutex and condition shared with main program to protect prefetch_status
41 SLuint32 prefetch_status = SL_PREFETCHSTATUS_UNKNOWN; variable
94 prefetch_status = new_prefetch_status;
242 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
246 if (prefetch_status == SL_PREFETCHSTATUS_ERROR) {
H A DslesTestSlowDownUri.cpp39 // Mutex and condition shared with main program to protect prefetch_status
43 SLuint32 prefetch_status = SL_PREFETCHSTATUS_UNKNOWN; variable
139 prefetch_status = new_prefetch_status;
342 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
346 if (prefetch_status == SL_PREFETCHSTATUS_ERROR) {
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp56 // Mutex and condition shared with main program to protect prefetch_status
60 SLuint32 prefetch_status = SL_PREFETCHSTATUS_UNKNOWN; variable
93 prefetch_status = new_prefetch_status;
314 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
318 if (prefetch_status == SL_PREFETCHSTATUS_ERROR) {
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c176 // Mutex and condition shared with main program to protect prefetch_status
180 SLuint32 prefetch_status = SL_PREFETCHSTATUS_UNKNOWN; variable
213 prefetch_status = new_prefetch_status;
613 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
617 if (prefetch_status == SL_PREFETCHSTATUS_ERROR) {
H A Dxaplay.c61 // Mutex and condition shared with main program to protect prefetch_status
65 XAuint32 prefetch_status = PREFETCHSTATUS_UNKNOWN; variable
121 prefetch_status = new_prefetch_status;
580 while (prefetch_status == PREFETCHSTATUS_UNKNOWN) {
584 if (prefetch_status == PREFETCHSTATUS_ERROR) {
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp133 // Mutex and condition shared with main program to protect prefetch_status
137 SLuint32 prefetch_status = PREFETCHSTATUS_UNKNOWN; variable
184 prefetch_status = new_prefetch_status;
760 while (prefetch_status == PREFETCHSTATUS_UNKNOWN) {
764 if (prefetch_status == PREFETCHSTATUS_ERROR) {

Completed in 245 milliseconds