Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp48 SLuint32 presetValue = SL_ANDROID_RECORDING_PRESET_NONE; variable
306 if (presetValue != SL_ANDROID_RECORDING_PRESET_NONE) { in TestRecToBuffQueue()
308 &presetValue, sizeof(SLuint32)); in TestRecToBuffQueue()
310 printf("Recorder configured with preset %u\n", presetValue); in TestRecToBuffQueue()
320 if (presetValue == SL_ANDROID_RECORDING_PRESET_NONE) { in TestRecToBuffQueue()
322 } else if (presetValue != presetRetrieved) { in TestRecToBuffQueue()
324 presetValue); in TestRecToBuffQueue()
432 presetValue = atoi(&arg[2]); in main()