Home
last modified time | relevance | path

Searched refs:SL_ANDROID_RECORDING_PRESET_GENERIC (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_AndroidConfiguration.h36 #define SL_ANDROID_RECORDING_PRESET_GENERIC ((SLuint32) 0x00000001) macro
/aosp12/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp43 case SL_ANDROID_RECORDING_PRESET_GENERIC: in audioRecorder_setPreset()
122 *pPreset = SL_ANDROID_RECORDING_PRESET_GENERIC; in audioRecorder_getPreset()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp566 SL_ANDROID_RECORDING_PRESET_GENERIC); in main()