Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp48 SLuint32 presetValue = SL_ANDROID_RECORDING_PRESET_NONE;
306 if (presetValue != SL_ANDROID_RECORDING_PRESET_NONE) { in TestRecToBuffQueue()
315 SLuint32 presetRetrieved = SL_ANDROID_RECORDING_PRESET_NONE; in TestRecToBuffQueue()
320 if (presetValue == SL_ANDROID_RECORDING_PRESET_NONE) { in TestRecToBuffQueue()
465 SL_ANDROID_RECORDING_PRESET_NONE); in main()
/frameworks/wilhelm/include/SLES/
DOpenSLES_AndroidConfiguration.h34 #define SL_ANDROID_RECORDING_PRESET_NONE ((SLuint32) 0x00000000) macro
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp55 case SL_ANDROID_RECORDING_PRESET_NONE: in audioRecorder_setPreset()
86 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE; in audioRecorder_getPreset()
101 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE; in audioRecorder_getPreset()