Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp52 SLuint32 presetValue = SL_ANDROID_RECORDING_PRESET_NONE; variable
326 if (presetValue != SL_ANDROID_RECORDING_PRESET_NONE) { in TestRecToBuffQueue()
328 &presetValue, sizeof(SLuint32)); in TestRecToBuffQueue()
330 printf("Recorder configured with preset %u\n", presetValue); in TestRecToBuffQueue()
349 if (presetValue == SL_ANDROID_RECORDING_PRESET_NONE) { in TestRecToBuffQueue()
351 } else if (presetValue != presetRetrieved) { in TestRecToBuffQueue()
353 presetValue); in TestRecToBuffQueue()
517 presetValue = atoi(&arg[2]); in main()