Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h46 static aaudio_allowed_capture_policy_t (*s_getAllowedCapturePolicy)(AAudioStream *stream) = nullptr; variable
83 s_getAllowedCapturePolicy = (aaudio_input_preset_t (*)(AAudioStream *)) in loadFutureFunctions()
85 if (s_getAllowedCapturePolicy == nullptr) goto error; in loadFutureFunctions()
518 if (s_getAllowedCapturePolicy != nullptr) { in compareWithStream()
520 getAllowedCapturePolicy(), s_getAllowedCapturePolicy(stream)); in compareWithStream()