Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h37 static void (*s_setInputPreset)(AAudioStreamBuilder* builder, variable
66 s_setInputPreset = (void (*)(AAudioStreamBuilder *, aaudio_input_preset_t)) in loadFutureFunctions()
68 if (s_setInputPreset == nullptr) goto error; in loadFutureFunctions()
104 s_setInputPreset = nullptr; in loadFutureFunctions()
261 if (s_setInputPreset != nullptr) { in applyParameters()
262 s_setInputPreset(builder, mInputPreset); in applyParameters()