Searched refs:SL_ANDROID_KEY_PERFORMANCE_MODE (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_AndroidConfiguration.h | 86 #define SL_ANDROID_KEY_PERFORMANCE_MODE ((const SLchar*) "androidPerformanceMode") macro
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestRecBuffQueue.cpp | 336 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/ |
D | AudioRecorder_to_android.cpp | 449 } 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()
|
D | AudioPlayer_to_android.cpp | 1446 } 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/ |
D | audioplay.cpp | 208 playerConfig, SL_ANDROID_KEY_PERFORMANCE_MODE, &performanceMode, sizeof(SLuint32)); in createBufferQueueAudioPlayer()
|