OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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;
239
while (
prefetch_status
== SL_PREFETCHSTATUS_UNKNOWN) {
243
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;
341
while (
prefetch_status
== SL_PREFETCHSTATUS_UNKNOWN) {
345
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
62
// 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) {
[
all
...]
/frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp
131
// 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) {
[
all
...]
Completed in 786 milliseconds