Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h124 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
128 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
207 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
DAudioStream.h268 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
631 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
695 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL;
DAAudioAudio.cpp202 AAudioStreamBuilder* builder, aaudio_allowed_capture_policy_t policy) { in AAudioStreamBuilder_setAllowedCapturePolicy()
538 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy( in AAudioStream_getAllowedCapturePolicy()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h40 aaudio_allowed_capture_policy_t usage) = nullptr;
48 static aaudio_allowed_capture_policy_t (*s_getAllowedCapturePolicy)(AAudioStream *stream) = nullptr;
196 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
200 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
299 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
450 aaudio_allowed_capture_policy_t policy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in parseAllowedCapturePolicy()
/frameworks/av/media/libaaudio/tests/
Dtest_attributes.cpp39 aaudio_allowed_capture_policy_t capturePolicy = DONT_SET, in checkAttributes()
95 aaudio_allowed_capture_policy_t expectedCapturePolicy = in checkAttributes()
201 for (aaudio_allowed_capture_policy_t policy : sAllowCapturePolicies) { in checkAttributesAllowedCapturePolicy()
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp60 sizeof(aaudio_allowed_capture_policy_t) == sizeof(parcelable.allowedCapturePolicy)); in AAudioStreamConfiguration()
98 static_assert(sizeof(aaudio_allowed_capture_policy_t) == sizeof(result.allowedCapturePolicy)); in parcelable()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h554 typedef int32_t aaudio_allowed_capture_policy_t; typedef
1078 aaudio_allowed_capture_policy_t capturePolicy) __INTRODUCED_IN(29);
1893 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy(
/frameworks/av/media/libaaudio/fuzzer/
Dlibaaudio_fuzzer.cpp85 constexpr aaudio_allowed_capture_policy_t kAllowedCapturePolicies[] = {
174 aaudio_allowed_capture_policy_t allowedCapturePolicy = in process()
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.h94 aaudio_allowed_capture_policy_t policy,
DAAudioUtilities.cpp238 aaudio_allowed_capture_policy_t policy, in AAudioConvert_allowCapturePolicyToAudioFlagsMask()