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

  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 37 // 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) {
slesTestSlowDownUri.cpp 39 // 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;
344 while (prefetch_status == SL_PREFETCHSTATUS_UNKNOWN) {
348 if (prefetch_status == SL_PREFETCHSTATUS_ERROR) {
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 56 // 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/
reverb.c 176 // 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) {
xaplay.c 61 // 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) {
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 133 // 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) {
    [all...]

Completed in 1072 milliseconds