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

/frameworks/wilhelm/include/SLES/
H A DOpenSLES_AndroidConfiguration.h34 #define SL_ANDROID_RECORDING_PRESET_NONE ((SLuint32) 0x00000000) macro
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp48 SLuint32 presetValue = SL_ANDROID_RECORDING_PRESET_NONE;
306 if (presetValue != SL_ANDROID_RECORDING_PRESET_NONE) {
315 SLuint32 presetRetrieved = SL_ANDROID_RECORDING_PRESET_NONE;
320 if (presetValue == SL_ANDROID_RECORDING_PRESET_NONE) {
462 printf(" -p# is the preset value which defaults to SL_ANDROID_RECORDING_PRESET_NONE\n");
464 printf(" -p%d SL_ANDROID_RECORDING_PRESET_NONE\n",
465 SL_ANDROID_RECORDING_PRESET_NONE);
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp55 case SL_ANDROID_RECORDING_PRESET_NONE:
86 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE;
101 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE;

Completed in 18 milliseconds