Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h48 static aaudio_allowed_capture_policy_t (*s_getAllowedCapturePolicy)(AAudioStream *stream) = nullptr; variable
90 s_getAllowedCapturePolicy = (aaudio_input_preset_t (*)(AAudioStream *)) in loadFutureFunctions()
92 if (s_getAllowedCapturePolicy == nullptr) goto error; in loadFutureFunctions()
568 if (s_getAllowedCapturePolicy != nullptr) { in compareWithStream()
570 getAllowedCapturePolicy(), s_getAllowedCapturePolicy(stream)); in compareWithStream()