Searched refs:s_getInputPreset (Results 1 – 1 of 1) sorted by relevance
45 static aaudio_input_preset_t (*s_getInputPreset)(AAudioStream *stream) = nullptr; variable79 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()