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;
239 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
243 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;
341 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
345 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.c62 // Mutex and condition shared with main program to protect prefetch_status
66 XAuint32 prefetch_status = PREFETCHSTATUS_UNKNOWN; variable
122 prefetch_status = new_prefetch_status;
581 while (prefetch_status == PREFETCHSTATUS_UNKNOWN) {
585 if (prefetch_status == PREFETCHSTATUS_ERROR) {
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp131 // Mutex and condition shared with main program to protect prefetch_status
135 SLuint32 prefetch_status = PREFETCHSTATUS_UNKNOWN; variable
182 prefetch_status = new_prefetch_status;
759 while (prefetch_status == PREFETCHSTATUS_UNKNOWN) {
763 if (prefetch_status == PREFETCHSTATUS_ERROR) {

Completed in 490 milliseconds