Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h45 static aaudio_input_preset_t (*s_getInputPreset)(AAudioStream *stream) = nullptr; variable
79 s_getInputPreset = (aaudio_input_preset_t (*)(AAudioStream *)) in loadFutureFunctions()
81 if (s_getInputPreset == nullptr) goto error; in loadFutureFunctions()
96 s_getInputPreset = nullptr; in loadFutureFunctions()
510 && s_getInputPreset != nullptr) { in compareWithStream()
512 getInputPreset(), s_getInputPreset(stream)); in compareWithStream()