Home
last modified time | relevance | path

Searched refs:SL_ANDROID_KEY_PERFORMANCE_MODE (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/include/SLES/
DOpenSLES_AndroidConfiguration.h86 #define SL_ANDROID_KEY_PERFORMANCE_MODE ((const SLchar*) "androidPerformanceMode") macro
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp336 result = (*configItf)->SetConfiguration(configItf, SL_ANDROID_KEY_PERFORMANCE_MODE, in TestRecToBuffQueue()
365 result = (*configItf)->GetConfiguration(configItf, SL_ANDROID_KEY_PERFORMANCE_MODE, in TestRecToBuffQueue()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp449 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) { in android_audioRecorder_setConfig()
487 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) { in android_audioRecorder_getConfig()
DAudioPlayer_to_android.cpp1446 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) { in android_audioPlayer_setConfig()
1485 } else if (strcmp((const char*)configKey, (const char*)SL_ANDROID_KEY_PERFORMANCE_MODE) == 0) { in android_audioPlayer_getConfig()
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp208 playerConfig, SL_ANDROID_KEY_PERFORMANCE_MODE, &performanceMode, sizeof(SLuint32)); in createBufferQueueAudioPlayer()