HomeSort by relevance Sort by last modified time
    Searched refs:presetValue (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 52 SLuint32 presetValue = SL_ANDROID_RECORDING_PRESET_NONE;
326 if (presetValue != SL_ANDROID_RECORDING_PRESET_NONE) {
328 &presetValue, sizeof(SLuint32));
330 printf("Recorder configured with preset %u\n", presetValue);
349 if (presetValue == SL_ANDROID_RECORDING_PRESET_NONE) {
351 } else if (presetValue != presetRetrieved) {
353 presetValue);
517 presetValue = atoi(&arg[2]);
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 478 SLuint32 presetValue = micSource;
480 if (presetValue != SL_ANDROID_RECORDING_PRESET_NONE) {
482 &presetValue, sizeof(SLuint32));
  /external/walt/android/WALT/app/src/main/jni/
player.c 437 SLuint32 presetValue = SL_ANDROID_RECORDING_PRESET_VOICE_RECOGNITION;
440 &presetValue,
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp     [all...]

Completed in 389 milliseconds