Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h39 static void (*s_setAllowedCapturePolicy)(AAudioStreamBuilder* builder, variable
70 s_setAllowedCapturePolicy = (void (*)(AAudioStreamBuilder *, aaudio_input_preset_t)) in loadFutureFunctions()
72 if (s_setAllowedCapturePolicy == nullptr) goto error; in loadFutureFunctions()
268 if (s_setAllowedCapturePolicy != nullptr) { in applyParameters()
269 s_setAllowedCapturePolicy(builder, mAllowedCapturePolicy); in applyParameters()