OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_ANDROID_KEY_PERFORMANCE_MODE
(Results
1 - 5
of
5
) sorted by null
/frameworks/wilhelm/include/SLES/
OpenSLES_AndroidConfiguration.h
86
#define
SL_ANDROID_KEY_PERFORMANCE_MODE
((const SLchar*) "androidPerformanceMode")
/frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp
335
result = (*configItf)->SetConfiguration(configItf,
SL_ANDROID_KEY_PERFORMANCE_MODE
,
364
result = (*configItf)->GetConfiguration(configItf,
SL_ANDROID_KEY_PERFORMANCE_MODE
,
/frameworks/base/cmds/bootanimation/
audioplay.cpp
189
playerConfig,
SL_ANDROID_KEY_PERFORMANCE_MODE
, &performanceMode, sizeof(SLuint32));
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
448
} else if (strcmp((const char*)configKey, (const char*)
SL_ANDROID_KEY_PERFORMANCE_MODE
) == 0) {
486
} else if (strcmp((const char*)configKey, (const char*)
SL_ANDROID_KEY_PERFORMANCE_MODE
) == 0) {
[
all
...]
AudioPlayer_to_android.cpp
[
all
...]
Completed in 252 milliseconds