Home
last modified time | relevance | path

Searched refs:SL_ANDROID_PERFORMANCE_POWER_SAVING (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_AndroidConfiguration.h98 #define SL_ANDROID_PERFORMANCE_POWER_SAVING ((SLuint32) 0x00000003) macro
/aosp12/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp94 case SL_ANDROID_PERFORMANCE_POWER_SAVING: in audioRecorder_setPerformanceMode()
166 *pMode = SL_ANDROID_PERFORMANCE_POWER_SAVING; in audioRecorder_getPerformanceMode()
H A DAudioPlayer_to_android.cpp543 case SL_ANDROID_PERFORMANCE_POWER_SAVING: in audioPlayer_setPerformanceMode()
612 *pMode = SL_ANDROID_PERFORMANCE_POWER_SAVING; in audioPlayer_getPerformanceMode()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp586 SL_ANDROID_PERFORMANCE_POWER_SAVING); in main()