OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_ANDROID_PERFORMANCE_NONE
(Results
1 - 5
of
5
) sorted by null
/frameworks/wilhelm/include/SLES/
OpenSLES_AndroidConfiguration.h
90
#define
SL_ANDROID_PERFORMANCE_NONE
((SLuint32) 0x00000000)
/frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp
363
SLuint32 modeRetrieved =
SL_ANDROID_PERFORMANCE_NONE
;
579
printf(" -m%d
SL_ANDROID_PERFORMANCE_NONE
\n",
580
SL_ANDROID_PERFORMANCE_NONE
);
/frameworks/base/cmds/bootanimation/
audioplay.cpp
201
SLuint32 performanceMode =
SL_ANDROID_PERFORMANCE_NONE
;
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
89
case
SL_ANDROID_PERFORMANCE_NONE
:
161
*pMode =
SL_ANDROID_PERFORMANCE_NONE
;
[
all
...]
AudioPlayer_to_android.cpp
539
case
SL_ANDROID_PERFORMANCE_NONE
:
608
*pMode =
SL_ANDROID_PERFORMANCE_NONE
;
[
all
...]
Completed in 274 milliseconds